Files
bch-api/src/routes/v2/interfaces/IResponse.ts
T

7 lines
80 B
TypeScript

export interface IResponse {
status: number
json: {
error: string
}
}