Interface StoriesGetStatsParams

interface StoriesGetStatsParams {
    owner_id: number;
    story_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id: number

Story owner ID.

story_id: number

Story ID.

Generated using TypeDoc