Skip to main content

JoinWorkspaceArgs

type JoinWorkspaceArgs = {
inviteCode?: string | null;
workspaceId?: number | null;
};

Arguments for joining a workspace.

Properties

inviteCode?

optional inviteCode: string | null;

Optional invitation code/link to join via.


workspaceId?

optional workspaceId: number | null;

Optional workspace ID to join via domain auto-join.