Interface ReportStoryResultOk

Describes result of story report. Subtype of ReportStoryResult.

interface ReportStoryResultOk {
    @type: "reportStoryResultOk";
}

Properties

Properties

@type: "reportStoryResultOk"