UNPKG

digital-humani-js-sdk

Version:

[![Continuous Integrations](https://github.com/impe93/digital-humani-js-sdk/actions/workflows/continuous-integrations.yaml/badge.svg?branch=main)](https://github.com/impe93/digital-humani-js-sdk/actions/workflows/continuous-integrations.yaml) [![License](

9 lines 312 B
import type { User } from './user.models'; export interface IUserRepository { /** * Used to get information about the user that made the API call * @returns Details of the user that mad the api call */ readonly getWhoAmI: () => Promise<User>; } //# sourceMappingURL=user.interface.d.ts.map