import { SubAccountId } from "../../types/assets";
export interface SubAccountContactForm {
    name: string;
    subAccountId: SubAccountId;
}
