Description

Product references to other data types

interface ProductReferences {
    categoryId: string;
    imageIds: string[];
    locationIds: string[];
    organizationId: string;
}

Properties

categoryId: string
imageIds: string[]
locationIds: string[]
organizationId: string

Generated using TypeDoc