Appearance
typedoc-vitepress-theme-example / shipping / ShippingRecord
Interface representing a shipping record.
address: string;
orderId: string;
shipmentId: string;
status: string;