Arno Kaimbacher
c4f4eff0d9
All checks were successful
CI Pipeline / japa-tests (push) Successful in 59s
- typescript and prettier updates - FileUpload component with dark mode and dragable uploads - comment FontFamily in tailwind.config.js
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
declare module '@ioc:Adonis/Core/Validator' {
|
|
interface Rules {
|
|
translatedLanguage(mainLanguageField: string, typeField: string): Rule;
|
|
}
|
|
}
|