Home > @dinofe/xt-core > AsyncResponseTransform

# AsyncResponseTransform type

Signature:

export type AsyncResponseTransform = (
  response: ApiResponse<any>,
) => Promise<void> | ((response: ApiResponse<any>) => Promise<void>)

References: ApiResponse