UNPKG

notbank

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