Home > @dinofe/xt-core > ApiResponse

# ApiResponse type

Signature:

export type ApiResponse<T, U = T> = ApiErrorResponse<U> | ApiOkResponse<T>