Type alias PropertyValidateOptions

PropertyValidateOptions: string | string[] | {
    [key: string]: unknown;
}

Property validate options.

Type declaration

  • [key: string]: unknown

Generated using TypeDoc