interface ISetPrivileged {
    account: string;
    is_priv: number;
}

Properties

Properties

account: string
is_priv: number