Skip to main content

ShareProjectArgs

type ShareProjectArgs = 
| {
email: string;
message?: string;
projectId: string;
workspaceRole?: WorkspaceRole;
}
| {
groupId: string;
message?: string;
projectId: string;
workspaceRole?: WorkspaceRole;
};