ContentControlInterface: {
    components: [{
        flags: {};
        methods: ContentControlInterface.Base;
    }, {
        flags: {
            onDemandContentRating: true;
        };
        methods: ContentControlInterface.OnDemandContentRating;
    }, {
        flags: {
            scheduledContentRating: true;
        };
        methods: ContentControlInterface.ScheduledContentRating;
    }, {
        flags: {
            screenTime: true;
        };
        methods: ContentControlInterface.ScreenTime;
    }, {
        flags: {
            blockUnrated: true;
        };
        methods: ContentControlInterface.BlockUnrated;
    }, {
        flags: {
            blockChannels: true;
        };
        methods: ContentControlInterface.BlockChannels;
    }, {
        flags: {
            blockApplications: true;
        };
        methods: ContentControlInterface.BlockApplications;
    }, {
        flags: {
            blockContentTimeWindow: true;
        };
        methods: ContentControlInterface.BlockContentTimeWindow;
    }, {
        flags: {
            pinManagement: true;
        };
        methods: ContentControlInterface.PinManagement;
    }];
}