Type Alias CookieOptions

CookieOptions: {
    keepAnyExistingCookie?: boolean;
    name: string;
    value: string;
} & CookieLifetimeOption