Interface NewsRepositoryInboxResponseNewStoriesItem

interface NewsRepositoryInboxResponseNewStoriesItem {
    args: NewsRepositoryInboxResponseArgs;
    counts: NewsRepositoryInboxResponseCounts;
    pk: string;
    story_type: number;
    type: number;
}

Properties

pk: string
story_type: number
type: number