Skip to content

Variable: SpaceDescriptionSchema

ts
const SpaceDescriptionSchema: ZodObject<{
  embeddedContent: ZodArray<ZodRecord<ZodString, ZodAny>>;
  representation: ZodEnum<{
     plain: "plain";
     view: "view";
  }>;
  value: ZodString;
}, $loose>;

Defined in: src/v1/models/spaceDescription.ts:4