Type Alias WorkspaceInvite

WorkspaceInvite: {
    email: string;
    is_admin: boolean;
    operator: boolean;
    workspace_id: string;
}