Interface LikedFeedInput

interface LikedFeedInput {
    maxId?: string;
}

Properties

Properties

maxId?: string