import { WorkspaceApis } from "./apis"; export interface WorkspaceContext { apis: WorkspaceApis; userId: number; workspaceId: string; }