UNPKG

@openmrs/esm-api

Version:

The javascript module for interacting with the OpenMRS API

8 lines 245 B
import type { Session } from './user-resource'; export interface FetchResponse<T = any> extends Response { data: T; } export interface LoggedInUserFetchResponse extends FetchResponse { data: Session; } //# sourceMappingURL=fetch.d.ts.map