interface ArticleBulkEditorRowExtraData {
    associatedSemimanProductId?: string;
    associatedSemimanProductName?: string;
    quantity: number;
    x?: number;
    y?: number;
    z?: number;
}

Properties

associatedSemimanProductId?: string
associatedSemimanProductName?: string
quantity: number
x?: number
y?: number
z?: number