UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 310 B
import type { UserDetails } from './types'; export declare function getAppDetails(token: string): Promise<UserDetails>; export declare function getUserDetails(endpoint: string, token: string): Promise<UserDetails>; export declare function getUserEmail(endpoint: string, token: string): Promise<string | null>;