Interface ActivityResponseOldStoriesItem

interface ActivityResponseOldStoriesItem {
    args: ActivityResponseArgs;
    counts: ActivityResponseCounts;
    pk: string;
    story_type: number;
    type: number;
}

Properties

pk: string
story_type: number
type: number