Interface OfficialSolution

interface OfficialSolution {
    canSeeDetail: boolean;
    hasVideoSolution: boolean;
    id: string;
    paidOnly: boolean;
    paidOnlyVideo: boolean;
}

Properties

canSeeDetail: boolean
hasVideoSolution: boolean
id: string
paidOnly: boolean
paidOnlyVideo: boolean

Generated using TypeDoc