ApiResult: {
    body: any;
    ok: boolean;
    status: number;
    statusText: string;
    url: string;
}

Type declaration

  • Readonly body: any
  • Readonly ok: boolean
  • Readonly status: number
  • Readonly statusText: string
  • Readonly url: string