ferns-ui 0.37.8 → 0.37.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Common.d.ts CHANGED
@@ -851,6 +851,8 @@ export interface AddressInterface {
851
851
  city: string;
852
852
  state: string;
853
853
  zipcode: string;
854
+ countyName?: string;
855
+ countyCode?: string;
854
856
  }
855
857
  export type ReactChild = ReactNode;
856
858
  export type ReactChildren = ReactNode;