THEOplayer Web SDK Connectors
    Preparing search index...

    Type Alias StringKeyOf<T>

    StringKeyOf: Extract<keyof T, string>

    The keys of T which are strings.

    Type Parameters

    • T