UNPKG

notbank

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