Interface UserStoryFeedResponse

interface UserStoryFeedResponse {
    broadcast: null;
    reel: null | UserStoryFeedResponseReel;
    status: string;
}

Properties

Properties

broadcast: null
status: string