interface Assortment {
    assortmentItems?: AssortmentItem[];
    assortmentSummary?: AssortmentSummary;
    assortmentType?: AssortmentType;
    atts?: {
        [key: string]: any;
    };
    composedFromAssortmentIds?: string[];
    compositePlansSummary?: CompositePlansSummary;
    createdBy?: any;
    createdById?: string;
    createdForReference?: string;
    createdOn?: Date;
    description?: string;
    federatedId?: string;
    id: string;
    identifier?: string;
    itemsDownloadURL?: any;
    name: string;
    orgId?: string;
    orgSlug?: string;
    primaryViewableId?: string;
    readUpdatedOn?: Date;
    rootWorkspaceId?: string;
    sourceAssortmentIds?: string[];
    sourceAssortments?: Assortment[];
    thumbnail?: string;
    typeId?: string;
    typePath?: string;
    updatedBy?: any;
    updatedById?: string;
    updatedOn?: Date;
    workspaceId?: string;
}

Hierarchy

  • TypeManagedEntity
    • Assortment

Properties

assortmentItems?: AssortmentItem[]
assortmentSummary?: AssortmentSummary
assortmentType?: AssortmentType
atts?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
composedFromAssortmentIds?: string[]
compositePlansSummary?: CompositePlansSummary
createdBy?: any
createdById?: string
createdForReference?: string
createdOn?: Date
description?: string
federatedId?: string
id: string
identifier?: string
itemsDownloadURL?: any
name: string
orgId?: string
orgSlug?: string
primaryViewableId?: string
readUpdatedOn?: Date
rootWorkspaceId?: string
sourceAssortmentIds?: string[]
sourceAssortments?: Assortment[]
thumbnail?: string
typeId?: string
typePath?: string
updatedBy?: any
updatedById?: string
updatedOn?: Date
workspaceId?: string

Generated using TypeDoc