Interface APIPartial<T, S>

Partial state of API Result.

Type Parameters

  • T

  • S

Hierarchy

  • APIPartial

Properties

Properties

cause: Error

Cause of the error to return the partial result.

result: Omit<T, keyof S>

Result of the API.

status: Partial

Partial status.

Generated using TypeDoc