Interface TimelineFeedsOptions

interface TimelineFeedsOptions {
    latestStoryPk?: string | number;
    pushDisabled?: boolean;
    reason?: TimelineFeedReason;
    recoveredFromCrash?: string;
}

Properties

latestStoryPk?: string | number
pushDisabled?: boolean
recoveredFromCrash?: string