UNPKG

@openstream/client

Version:
4 lines 188 B
import type { CountryCode } from "../../../CountryCode.js"; import type { ZZ } from "./ZZ.js"; export type CountryCodeOrZZ = ZZ | CountryCode; //# sourceMappingURL=CountryCodeOrZZ.d.ts.map