Interface CollectionFeedInput

interface CollectionFeedInput {
    id: string;
    nextMaxId?: string;
}

Properties

Properties

id: string
nextMaxId?: string