fear: change requests to RTK query
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
This commit is contained in:
@@ -10,4 +10,4 @@ type ErrorResponse = {
|
||||
message: ErrorMessage;
|
||||
};
|
||||
|
||||
export type BaseResponse<Body> = SuccessResponse<Body> | ErrorResponse;
|
||||
export type BaseResponse<Body> = SuccessResponse<Body> | ErrorResponse;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export * from './common';
|
||||
export * from './order';
|
||||
export * from './order';
|
||||
|
||||
Reference in New Issue
Block a user