Interface DiscoverFeedInput

interface DiscoverFeedInput {
    nextMaxId?: string;
}

Properties

Properties

nextMaxId?: string