UNPKG

cumulocity-cypress

Version:
6 lines (5 loc) 227 B
export declare function getAuthCookies(response: Response | Cypress.Response<any>): { authorization?: string; xsrfToken?: string; } | undefined; export declare function getCookieValue(name: string): string | undefined;