UNPKG

@qelos/auth

Version:

Express Passport authentication service

7 lines (6 loc) 189 B
export declare function getWorkspaceForUser(tenant: string, userId: any, workspaceId?: string): Promise<{ _id: unknown; name: string; roles: string[]; labels: string[]; }>;