Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/fixtures   js

Repository URL to install this package:

Version: 1.2.14 

/ dist / product / groupProduct.d.ts

declare function makeGroupProduct(): {
    image: string;
    identifier: string;
    children: {
        skus: {
            image: string;
            identifier: string;
            navtype: string;
            name: string;
            type: string;
            properties: {
                buyinfo: {
                    inventorystatus: string;
                    pricing: {
                        pricing: {
                            currencycode: string;
                            prices: {
                                label: string;
                                type: string;
                                value: string;
                            }[];
                        };
                    };
                };
                iteminfo: {
                    flags: {
                        label: string;
                        value: string;
                    }[];
                    description: {
                        label: string;
                        value: string;
                    }[];
                    additionalimages: {
                        label: string;
                        value: string;
                    }[];
                    additionalinfo: {
                        label: string;
                        value: string;
                    }[];
                };
                state: {
                    starttime: string;
                };
            };
        }[];
    };
    name: string;
    type: string;
    properties: {
        buyinfo: {
            inventorystatus: string;
            pricing: {
                pricing: {
                    currencycode: string;
                    prices: {
                        label: string;
                        type: string;
                        value: string;
                    }[];
                };
            };
        };
        iteminfo: {
            categoryids: {
                label: string;
                value: string;
            }[];
            flags: {
                label: string;
                value: string;
            }[];
            description: {
                label: string;
                value: string;
            }[];
            additionalimages: {
                label: string;
                value: string;
            }[];
            isgroupproduct: string;
        };
        state: {
            starttime: string;
            additionalinfo: {
                label: string;
                value: string;
            }[];
        };
    };
};
declare const groupProduct: {
    image: string;
    identifier: string;
    children: {
        skus: {
            image: string;
            identifier: string;
            navtype: string;
            name: string;
            type: string;
            properties: {
                buyinfo: {
                    inventorystatus: string;
                    pricing: {
                        pricing: {
                            currencycode: string;
                            prices: {
                                label: string;
                                type: string;
                                value: string;
                            }[];
                        };
                    };
                };
                iteminfo: {
                    flags: {
                        label: string;
                        value: string;
                    }[];
                    description: {
                        label: string;
                        value: string;
                    }[];
                    additionalimages: {
                        label: string;
                        value: string;
                    }[];
                    additionalinfo: {
                        label: string;
                        value: string;
                    }[];
                };
                state: {
                    starttime: string;
                };
            };
        }[];
    };
    name: string;
    type: string;
    properties: {
        buyinfo: {
            inventorystatus: string;
            pricing: {
                pricing: {
                    currencycode: string;
                    prices: {
                        label: string;
                        type: string;
                        value: string;
                    }[];
                };
            };
        };
        iteminfo: {
            categoryids: {
                label: string;
                value: string;
            }[];
            flags: {
                label: string;
                value: string;
            }[];
            description: {
                label: string;
                value: string;
            }[];
            additionalimages: {
                label: string;
                value: string;
            }[];
            isgroupproduct: string;
        };
        state: {
            starttime: string;
            additionalinfo: {
                label: string;
                value: string;
            }[];
        };
    };
};
export { groupProduct, makeGroupProduct };