Interface InsightsServiceAccountResponseStories_unit

interface InsightsServiceAccountResponseStories_unit {
    last_week_stories_count: number;
    state: string;
    summary_stories: InsightsServiceAccountResponseSummary_stories;
    week_over_week_stories_delta: number;
}

Properties

last_week_stories_count: number
state: string
week_over_week_stories_delta: number