hangerthem.com/interface/IErrorResponse.ts
2024-08-12 15:15:13 +02:00

4 lines
60 B
TypeScript

interface IErrorResponse {
error: string
status: number
}