OGPlayer React Native SDK
    Preparing search index...

    Interface ContentRating

    interface ContentRating {
        age?:
            | "ALL"
            | "SIX"
            | "NINE"
            | "TWELVE"
            | "FOURTEEN"
            | "SIXTEEN"
            | "EIGHTEEN";
        descriptors?: string[];
    }
    Index
    age?: "ALL" | "SIX" | "NINE" | "TWELVE" | "FOURTEEN" | "SIXTEEN" | "EIGHTEEN"
    descriptors?: string[]