interface IUpdateAccount {
    meta: string;
    username: string;
}

Properties

Properties

meta: string
username: string