refactor: adapt models to the new api
This commit is contained in:
4
src/shared/responses/v1/ErrorResponse.ts
Normal file
4
src/shared/responses/v1/ErrorResponse.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export interface ErrorResponse {
|
||||
error: string;
|
||||
code: number;
|
||||
}
|
Reference in New Issue
Block a user