]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/forms/form-validators/validator-message.ts
Add support to video support on client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / form-validators / validator-message.ts
CommitLineData
63c4db6d
C
1export type ValidatorMessage = {
2 [ id: string ]: {
3 [ error: string ]: string
4 }
5}