Variable: ProjectPinActionSchema
ts
const ProjectPinActionSchema: ZodObject<{
action: ZodCustom<string & object | "PIN" | "UNPIN", string & object | "PIN" | "UNPIN">;
projectIdOrKey: ZodString;
}, $loose>;Defined in: src/cloud/models/projectPinAction.ts:5
The list of projects to pin or unpin the issue panel to or from.