Interface SavedFeedInput

interface SavedFeedInput {
    nextMaxId?: string;
}

Properties

Properties

nextMaxId?: string