Variable PropertySchemaConst

PropertySchema: ZodObject<{
    label: ZodString;
    name: ZodString;
    type: ZodDefault<ZodNativeEnum<typeof PropertyTypeEnum>>;
}, "strip", ZodTypeAny, {
    label: string;
    name: string;
    type: TEXT;
}, {
    label: string;
    name: string;
    type?: TEXT;
}> = ...

Type declaration

Type declaration

  • label: string
  • name: string
  • type: TEXT

Type declaration

  • label: string
  • name: string
  • Optional type?: TEXT

Generated using TypeDoc