Skip to content

Commit

Permalink
updates localized fields type
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaplanshopify committed Jan 14, 2025
1 parent 21bff05 commit 7fadf02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
* The API for reading additional fields that are required in checkout under certain circumstances.
* For example, some countries require additional fields for customs information or tax identification numbers.
*/
localizedFields?: StatefulRemoteSubscribable<LocalizedField[] | undefined>;
localizedFields?: StatefulRemoteSubscribable<LocalizedField[]>;
}

export interface Ui {
Expand Down

0 comments on commit 7fadf02

Please sign in to comment.