🚀New lib version [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-02-02 09:47:35 +00:00
parent 068c27f3ff
commit f9aa86b553
199 changed files with 299 additions and 295 deletions

View File

@@ -1,4 +1,4 @@
export declare type AddressPostalCodeEmptyError = {
export type AddressPostalCodeEmptyError = {
name: string;
message: string;
};