Skip to content

Variable: SpaceDescriptionSchema

ts
const SpaceDescriptionSchema: ZodObject<{
  embeddedContent: ZodArray<ZodRecord<ZodString, ZodAny>>;
  representation: ZodCustom<"view" | string & object | "plain", "view" | string & object | "plain">;
  value: ZodString;
}, $loose>;

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