interface LabeledContent {
    contentId: number;
    contentType: LabeledContentType;
    title: string;
}

Hierarchy

  • Record<string, unknown>
    • LabeledContent

Properties

contentId: number
contentType: LabeledContentType
title: string

Title of the content.