@webshop/root - v1.0.0
    Preparing search index...
    interface IDeliveryResult {
        estimatedDelivery: string;
        isFreeShipping: boolean;
        shippingCost: number;
        totalWithShipping: number;
        trackAndTrace: string;
    }
    Index

    Properties

    estimatedDelivery: string
    isFreeShipping: boolean
    shippingCost: number
    totalWithShipping: number
    trackAndTrace: string