export interface ProcessOrgAuthCallbackCommand { organizationId: string; userId: string; status: 'ok' | 'not_ok'; authToken?: string; }