Skip to main content
Module

x/mtkruto/types/0_shipping_address.ts>ShippingAddress

Cross-runtime JavaScript library for building Telegram clients
Latest
interface ShippingAddress
import { type ShippingAddress } from "https://deno.land/x/mtkruto@0.2.30/types/0_shipping_address.ts";

A shipping address.

Properties

countryCode: string
state: string
city: string
streetLine1: string
streetLine2: string
postCode: string