interface GetViews {
    contentId: string;
    fromDate?: string;
}

Properties

Properties

contentId: string

The ID of the content to get the views for.

fromDate?: string

The number of views for the content since the date.

Generated using TypeDoc v0.25.12