Interface ListReelMediaViewerFeedInput

interface ListReelMediaViewerFeedInput {
    mediaId: string;
    nextMaxId?: null | string;
}

Properties

Properties

mediaId: string
nextMaxId?: null | string