@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias NexusEntityUnion<T>

    NexusEntityUnion: { [K in keyof EntityTypes]: NexusEntity<K> }[T]

    Same as NexusEntity<T>, except if T is "a" | "b", this will be NexusEntity<"a"> | NexusEntity<"b"> instead of NexusEntity<"a" | "b">.

    Type Parameters