From 3529ef7a97513286ef9ecfdfb3a460bd9723f69f Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 21 Apr 2023 23:39:04 +0200 Subject: refactor(location)!: rename definition street to street_pattern (#2051) --- src/definitions/location.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/definitions') diff --git a/src/definitions/location.ts b/src/definitions/location.ts index 6987327d..7e2403aa 100644 --- a/src/definitions/location.ts +++ b/src/definitions/location.ts @@ -79,7 +79,7 @@ export type LocationDefinitions = LocaleEntry<{ /** * The patterns to generate street names. */ - street: string[]; + street_pattern: string[]; /** * The names of actual streets. -- cgit v1.2.3