mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
7 lines
80 B
TypeScript
7 lines
80 B
TypeScript
export interface IResponse {
|
|
status: number
|
|
json: {
|
|
error: string
|
|
}
|
|
}
|