]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/forms/form-validators/validator-message.ts
Add about page
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / form-validators / validator-message.ts
1 export type ValidatorMessage = {
2 [ id: string ]: {
3 [ error: string ]: string
4 }
5 }