SW Combine SDK
    Preparing search index...

    Interface TypesShipPrice

    interface TypesShipPrice {
        credits?: string | number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    credits?: string | number