THEOplayer Web SDK
    Preparing search index...

    Type Alias StringKeyOf<T>

    StringKeyOf: Extract<keyof T, string>

    Helper type to extract string keys from type objects.

    Type Parameters

    • T