Files
SerpentRace/SerpentRace_Backend/dist/Application/Organization/commands/ProcessOrgAuthCallbackCommand.d.ts
T

7 lines
211 B
TypeScript

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