UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

7 lines (6 loc) 373 B
import { Product } from "@aurigma/design-atoms-model/Product/Product"; import { ModelUpdateCommand, IHistoryArgs } from "../ModelUpdateCommand"; export declare abstract class BaseProductCommand<TArgs, TResult> extends ModelUpdateCommand<TArgs, TResult> { protected _product: Product; constructor(_product: Product, historyArgs: IHistoryArgs, args?: TArgs); }