tethys.backend/contracts/validator.ts
Arno Kaimbacher c4f4eff0d9
All checks were successful
CI Pipeline / japa-tests (push) Successful in 59s
- daraggable crators and contributors inside Pages/Submitter/Dataset/Create.Vue
- typescript and prettier updates
- FileUpload component with dark mode and dragable uploads
- comment FontFamily in tailwind.config.js
2023-06-16 16:44:28 +02:00

6 lines
156 B
TypeScript

declare module '@ioc:Adonis/Core/Validator' {
interface Rules {
translatedLanguage(mainLanguageField: string, typeField: string): Rule;
}
}