7 lines
211 B
TypeScript
7 lines
211 B
TypeScript
export interface ProcessOrgAuthCallbackCommand {
|
|
organizationId: string;
|
|
userId: string;
|
|
status: 'ok' | 'not_ok';
|
|
authToken?: string;
|
|
}
|
|
//# sourceMappingURL=ProcessOrgAuthCallbackCommand.d.ts.map
|