interface LocaleVariant {
    code?: string;
    conditionType: Locale;
    priority: number;
}

Hierarchy (view full)

Properties

code?: string
conditionType: Locale
priority: number