Skip to content

Variable: DeleteLinkedWorkspacesSchema

ts
const DeleteLinkedWorkspacesSchema: ZodObject<{
  workspaceIds: ZodUnion<readonly [ZodString, ZodArray<ZodString>]>;
}, $strip>;

Defined in: src/agile/parameters/deleteLinkedWorkspaces.ts:3