export interface SubAccountContactModel {
    name: string;
    subAccountId: string;
}
