ShippingMethodResult: {
    applicableShippingMethods?: ShippingMethod[];
    defaultShippingMethodId?: string;
} & {
    [key: string]: any;
}