export type AuthSessionType = 'WarrenAuth'; export interface AuthSession { type: AuthSessionType; id: string; }