Type Alias BitSpaceKey<S>

BitSpaceKey: S extends BitSpace<infer T> ? T : never

A union of all property names in the space.

Type Parameters

  • S