UNPKG

@lomi./sdk

Version:

Official TypeScript SDK for the lomi. API

8 lines 206 B
export type ApiResult = { readonly url: string; readonly ok: boolean; readonly status: number; readonly statusText: string; readonly body: any; }; //# sourceMappingURL=ApiResult.d.ts.map