Interface AssortmentItem

interface AssortmentItem {
    assortment?: Assortment;
    assortmentFederatedId?: string;
    assortmentId?: string;
    atts?: {
        [key: string]: any;
    };
    compositeAddedFrom?: string;
    compositedOverlappingWith?: string[];
    copyId?: string;
    createMethod?: string;
    createdBy?: any;
    createdById?: string;
    createdFromId?: string;
    createdOn?: Date;
    id: string;
    item?: any;
    itemFederatedId?: string;
    itemId?: string;
    orgId?: string;
    orgSlug?: string;
    projectItem?: any;
    readUpdatedOn?: Date;
    typeId?: string;
    typePath?: string;
    updatedBy?: any;
    updatedById?: string;
    updatedOn?: Date;
    [x: string]: any;
}

Hierarchy

  • TypeManagedEntity
    • AssortmentItem

Indexable

[x: string]: any

Properties

assortment?: Assortment
assortmentFederatedId?: string
assortmentId?: string
atts?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
compositeAddedFrom?: string
compositedOverlappingWith?: string[]
copyId?: string
createMethod?: string
createdBy?: any
createdById?: string
createdFromId?: string
createdOn?: Date
id: string
item?: any
itemFederatedId?: string
itemId?: string
orgId?: string
orgSlug?: string
projectItem?: any
readUpdatedOn?: Date
typeId?: string
typePath?: string
updatedBy?: any
updatedById?: string
updatedOn?: Date

Generated using TypeDoc