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

Properties

contentId: number
contentType: LabeledContentType
title: string

Title of the content.

Generated using TypeDoc v0.25.12