interface ProjectPinAction {
    action: "PIN" | "UNPIN";
    projectIdOrKey: string;
}

Properties

action: "PIN" | "UNPIN"
projectIdOrKey: string