diff --git a/src/types/custom-apis.ts b/src/types/custom-apis.ts index 73f945c..66b91a3 100644 --- a/src/types/custom-apis.ts +++ b/src/types/custom-apis.ts @@ -55,10 +55,15 @@ export type CustomFieldValidation = immutable?: boolean } } - | { boolean: { - allow_null_values?: boolean, - immutable?: boolean - } + | { boolean: { + allow_null_values?: boolean, + immutable?: boolean + } + } + | { any: { + allow_null_values?: boolean, + immutable?: boolean + } } export interface CustomApiFieldBase {