UNPKG

@paperbits/common

Version:
11 lines (10 loc) 203 B
export interface LocaleContract { /** * Locale code, e.g. "en-us". */ code: string; /** * Locale display name, e.g. English (US). */ displayName: string; }