export interface AuthSource { type: string; } export interface CookieAuthSource extends AuthSource { type: 'cookie'; sessionId: string; } //# sourceMappingURL=AuthSource.d.ts.map