feat: add models for backend response
This commit is contained in:
6
src/app/models/ResponseError.ts
Normal file
6
src/app/models/ResponseError.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ResponseError {
|
||||
code: number;
|
||||
details: string;
|
||||
field: string;
|
||||
message: string;
|
||||
}
|
||||
Reference in New Issue
Block a user