Arno Kaimbacher
080c21126b
- add notification messages via notiwind.ts - add Project.ts - add new component TabelPersons.vue - add additional routes - npm updates
9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
declare module '@ioc:Adonis/Core/Validator' {
|
|
interface Rules {
|
|
translatedLanguage(
|
|
mainLanguageField: string,
|
|
typeField: string
|
|
): Rule
|
|
}
|
|
}
|
|
|