Interface ClipsUserFeedInput

interface ClipsUserFeedInput {
    id: string | number;
    maxId?: string;
}

Properties

Properties

id: string | number

The user's id

maxId?: string