fantasia-archive/src/interfaces/I_PouchCustomError.ts

9 lines
135 B
TypeScript
Raw Normal View History

2021-01-31 02:43:13 +13:00
export interface I_PouchCustomError{
docId: string
error: boolean
id: string
message: string
name: string
status: number
}