Interface HighlightsRepositoryCreateReelResponseRootObject

interface HighlightsRepositoryCreateReelResponseRootObject {
    reel: HighlightsRepositoryCreateReelResponseReel;
    status: string;
}

Properties

Properties

status: string