class types.PostAddress extends _TypePostAddressimport { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; const { PostAddress } = types; ConstructorsnewPostAddress(params: { streetLine1: string; streetLine2: string; city: string; state: string; countryIso2: string; postCode: string; })Propertiesprotectedreadonly[id]protectedreadonly[params]: Paramscity: stringcountryIso2: stringpostCode: stringstate: stringstreetLine1: stringstreetLine2: stringStatic Propertiesreadonly[paramDesc]: ParamDesc