ApiResponseTuple: [
    T
    | undefined,
    ApiEnvelope<T | undefined>,
    ApiResponse<ApiEnvelope<T | undefined>>,
]

Type Parameters

  • T