Skip to content

Variable: ExpandableSchema

ts
const ExpandableSchema: ZodObject<{
  _expands: ZodOptional<ZodArray<ZodString>>;
}, $loose>;

Defined in: src/serviceDesk/models/expandable.ts:4