Skip to content

Variable: GetLinkedWorkspacesSchema

ts
const GetLinkedWorkspacesSchema: ZodObject<{
  workspaceIds: ZodArray<ZodString>;
}, $loose>;

Defined in: src/agile/models/getLinkedWorkspaces.ts:5

The payload of linked Security Workspace IDs.