UNPKG

@keycloakify/keycloak-account-ui

Version:
6 lines (5 loc) 158 B
export type Links = { prev?: Record<string, string>; next?: Record<string, string>; }; export declare function parseLinks(response: Response): Links;