interface OrderInfoimport { type OrderInfo } from "https://deno.land/x/grammy@v1.10.1/types.ts"; This object represents information about an order. Propertiesoptionalname: stringUser name optionalphone_number: stringUser's phone number optionalemail: stringUser email optionalshipping_address: ShippingAddressUser shipping address