Variable PropertiesSchemaConst

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

Generated using TypeDoc