interface Party {
    uid: string;
    name: string;
    abbr: string;
    code: string;
}

Properties

Properties

uid: string
name: string
abbr: string
code: string

Generated using TypeDoc