@companion-module/base
    Preparing search index...

    Type Alias StringKeys<T>

    StringKeys: Extract<keyof T, string>

    Get all the string keys of an object

    Type Parameters

    • T