@squidcloud/client
    Preparing search index...

    Type Alias FieldOf<T, K>

    FieldOf: Extract<T, Record<K, any>>[K]

    Extracts the type of specific field K from a union of object types T.

    Type Parameters