aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/form-validators/form-validator.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/form-validators/form-validator.model.ts')
-rw-r--r--client/src/app/shared/form-validators/form-validator.model.ts2
1 files changed, 1 insertions, 1 deletions
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 = {
10} 10}
11 11
12export type BuildFormDefaultValues = { 12export type BuildFormDefaultValues = {
13 [ name: string ]: string | string[] | BuildFormDefaultValues 13 [ name: string ]: number | string | string[] | BuildFormDefaultValues
14} 14}