From 522e7386a7205e260832e2bfae0331e8a0161d5f Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:29:23 +0700 Subject: refactor(location): support multiple postcode_by_state patterns (#3170) --- src/definitions/location.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/definitions/location.ts b/src/definitions/location.ts index 9fbda95f..5b4a4bc3 100644 --- a/src/definitions/location.ts +++ b/src/definitions/location.ts @@ -8,7 +8,7 @@ export type LocationDefinition = LocaleEntry<{ * Postcodes patterns by state */ postcode_by_state: { - [state: string]: string; + [state: string]: string | string[]; }; /** -- cgit v1.2.3