import { ClientType } from '../client/'; export interface Context { clientId?: string; clientType: ClientType; domain?: string; userId: string; } //# sourceMappingURL=Context.d.ts.map