Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/3_types.ts>ShippingAddress

Cross-runtime JavaScript library for building Telegram clients
Latest
interface ShippingAddress
Re-export
import { type ShippingAddress } from "https://deno.land/x/mtkruto@0.6.2/3_types.ts";

A shipping address.

Properties

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