UNPKG

notbank

Version:
8 lines (7 loc) 131 B
export interface NbResponse { status?: string; code?: string; message?: string; detail?: string; data?: any; }