forked from geolba/tethys.backend
- typescript and prettier updates - FileUpload component with dark mode and dragable uploads - comment FontFamily in tailwind.config.js
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
declare module '@ioc:Adonis/Core/Validator' {
|
|
interface Rules {
|
|
translatedLanguage(mainLanguageField: string, typeField: string): Rule;
|
|
}
|
|
}
|