X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fform-validators%2Fform-validator.model.ts;h=07b1ea075e58e5b5150777054f2aab2635358462;hb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;hp=248a3b1d32c0b22300809b1b39520e6bdf4dacc8;hpb=7ed1edbbe4ffbef28093e4f5630751cb652814e4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/form-validators/form-validator.model.ts b/client/src/app/shared/form-validators/form-validator.model.ts index 248a3b1d3..07b1ea075 100644 --- a/client/src/app/shared/form-validators/form-validator.model.ts +++ b/client/src/app/shared/form-validators/form-validator.model.ts @@ -10,5 +10,5 @@ export type BuildFormArgument = { } export type BuildFormDefaultValues = { - [ name: string ]: string | string[] | BuildFormDefaultValues + [ name: string ]: number | string | string[] | BuildFormDefaultValues }