Type Alias LocalizedAttribute

LocalizedAttribute: {
    attributePatterns: string[];
    locales: Locale[];
}