Type alias ProductItems

ProductItems: ProductProductable & {
    description?: string;
    name?: string;
}

Generated using TypeDoc