interface UniFiCountryCode {
    key: number;
    name: string;
    code: string;
}

Properties

Properties

key: number
name: string
code: string