Interface CollectionsListFeedInput

interface CollectionsListFeedInput {
    nextMaxId?: string;
}

Properties

Properties

nextMaxId?: string