interface IAccountMeta {
    email: string;
    phone: string;
}

Properties

Properties

email: string
phone: string