Variable: SpaceDescriptionCreateSchema
ts
const SpaceDescriptionCreateSchema: ZodObject<{
plain: ZodObject<{
representation: ZodOptional<ZodString>;
value: ZodOptional<ZodString>;
}, $loose>;
}, $loose>;Defined in: src/v1/models/spaceDescriptionCreate.ts:8
The description of the new/updated space. Note, only the 'plain' representation* can be used for the description when creating or updating a space.