Skip to content

Variable: GetInsightWorkspacesSchema

ts
const GetInsightWorkspacesSchema: ZodObject<{
  limit: ZodOptional<ZodNumber>;
  start: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/serviceDesk/parameters/getInsightWorkspaces.ts:3