@webshop/root - v1.0.0
    Preparing search index...

    Type Alias Category

    Represents a list of products with a heading

    type Category = {
        id: number;
        name: string;
        products: Product[];
    }
    Index

    Properties

    Properties

    id: number
    name: string
    products: Product[]