interface cookieDetails { name: string expires?: string | null description?: string }