InferVariant<Choices>:{ [Case in keyof Choices]: { [Key in Exclude<keyof Choices, Case>]?: never } & { [Key in Case]: Choices[Case] extends Space.Store.Schema.Reader<infer T> ? T : never } }[keyof Choices]
Utility type for inferring the Variant from VariantChoices.
Utility type for inferring the Variant from VariantChoices.