Interface UsersStoryResponse

interface UsersStoryResponse {
    broadcast: null;
    reel: null | UsersStoryResponseReel;
    status: string;
}

Properties

Properties

broadcast: null
status: string