SW Combine SDK
    Preparing search index...

    Interface TypesShipMaterial

    interface TypesShipMaterial {
        attributes: {
            href?: string;
            quantity?: number;
            uid: string;
            [key: string]: unknown;
        };
        value: string;
    }
    Index

    Properties

    Properties

    attributes: {
        href?: string;
        quantity?: number;
        uid: string;
        [key: string]: unknown;
    }
    value: string