Interface UserAlias

interface UserAlias {
    alias_label: string;
    alias_name: string;
}

Properties

alias_label: string
alias_name: string