Skip to content

propertiesObjectSchema

const propertiesObjectSchema: ZodRecord<ZodString, ZodDiscriminatedUnion<[ZodObject<{ checkbox: ZodObject<{ }, $strip>; description: ZodOptional<ZodString>; id: ZodString; name: ZodString; type: ZodLiteral<"checkbox">; }, $strip>, ZodObject<{ created_by: ZodObject<{ }, $strip>; description: ZodOptional<ZodString>; id: ZodString; name: ZodString; type: ZodLiteral<"created_by">; }, $strip>, ZodObject<{ created_time: ZodObject<{ }, $strip>; description: ZodOptional<ZodString>; id: ZodString; name: ZodString; type: ZodLiteral<"created_time">; }, $strip>], "type">>

Defined in: src/schemas/propertyObjects.schema.ts:377

Record of property objects keyed by property name.