Interface NewsRepositoryInboxResponseOldStoriesItem

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

Properties

pk?: string
story_type: number
type: number