export interface CookieOptions { name?: string; lifetime?: number; domain?: string; path?: string; sameSite?: string; } export interface ApiError { message: string; status: number; } //# sourceMappingURL=types.d.ts.map