Interface TimelineFeedInput

interface TimelineFeedInput {
    nextMaxId?: string;
    paginationSource?: string;
    reason?: TimelineFeedReason;
    requestId?: string;
}

Properties

nextMaxId?: string
paginationSource?: string
requestId?: string