OGPlayer Web SDK
    Preparing search index...

    Type Alias LicenseResult

    LicenseResult:
        | { edition: string; exp: string; licensed: true; licensee: string }
        | { licensed: false; reason: string }