export interface HplVirtualAccountDataModel {
    id: string;
    accountId: string;
    name: string;
}
