export type ApiResult = { readonly body: TData readonly ok: boolean readonly status: number readonly statusText: string readonly url: string }