Variable: GetLinkedWorkspaceByIdSchema
ts
const GetLinkedWorkspaceByIdSchema: ZodObject<{
updatedAt: ZodCoercedDate<unknown>;
workspaceId: ZodString;
}, $loose>;Defined in: src/agile/models/getLinkedWorkspaceById.ts:5
The Security Workspace information stored for the given ID.