@squidcloud/client
    Preparing search index...

    Type Alias UnionKeys<T>

    UnionKeys: T extends any ? keyof T : never

    Gets the union of keys from a union of object types.

    Type Parameters

    • T