4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
interface IErrorResponse {
|
|
error: string
|
|
status: number
|
|
}
|