Type Alias AsyncResponseTransform
AsyncResponseTransform: ( response: ApiResponse<unknown>,) => Promise<void> | (response: ApiResponse<unknown>) => Promise<void> Type declaration
- (
response: ApiResponse<unknown>,
): Promise<void> | (response: ApiResponse<unknown>) => Promise<void> Returns Promise<void> | (response: ApiResponse<unknown>) => Promise<void>