Interface LoaderConfiguration

interface LoaderConfiguration {
    assortmentSplit?: AssortmentSplit;
    conditionalColumns?: ColumnDefinition[];
    createdById?: string;
    createdOn?: Date;
    federatedMappings?: any;
    id?: string;
    name?: string;
    orgId?: string;
    orgSlug?: string;
    propertiesToRemove?: string[];
    readUpdatedOn?: Date;
    updatedById?: string;
    updatedOn?: Date;
    workspaceIdentifier?: string;
}

Hierarchy

  • OrgManagedEntity
    • LoaderConfiguration

Properties

assortmentSplit?: AssortmentSplit
conditionalColumns?: ColumnDefinition[]
createdById?: string
createdOn?: Date
federatedMappings?: any
id?: string
name?: string
orgId?: string
orgSlug?: string
propertiesToRemove?: string[]
readUpdatedOn?: Date
updatedById?: string
updatedOn?: Date
workspaceIdentifier?: string

Generated using TypeDoc