UNPKG

create-cen-app

Version:
8 lines (7 loc) 172 B
export type ApiResult<TData = any> = { readonly body: TData; readonly ok: boolean; readonly status: number; readonly statusText: string; readonly url: string; };