Interface ContentHolderContent

interface ContentHolderContent {
    contentHolderReference?: string;
    contentId?: string;
    createdById?: string;
    createdOn?: Date;
    id?: string;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • OrgManagedEntity
    • ContentHolderContent

Properties

contentHolderReference?: string
contentId?: string
createdById?: string
createdOn?: Date
id?: string
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
updatedById?: string
updatedOn?: Date

Generated using TypeDoc