Interface BlockedUsersFeedInput

interface BlockedUsersFeedInput {
    nextMaxId?: string;
}

Properties

Properties

nextMaxId?: string