UNPKG

notbank

Version:
10 lines (9 loc) 167 B
export interface SubAccount { id: number; alias: string; created_at: string; } export interface SubAccounts { data: SubAccount[]; total: number; }