interface ProductVariantReferences {
    imageIds?: string[];
    images?: null | AttachmentResponse[];
    productId: string;
}

Hierarchy (view full)

Implemented by

Properties

imageIds?: string[]
images?: null | AttachmentResponse[]
productId: string

Generated using TypeDoc