UNPKG

@aurigma/design-atoms-model

Version:

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

4 lines (3 loc) 98 B
export interface IProductSerializer { serialize(product: any, forServer?: boolean): any; }