Skip to main content
Module

x/mtkruto/mod.ts>ShippingAddress

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

A shipping address.

Properties

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