Skip to content

CandidVariantKey

CandidVariantKey<T> = T extends any ? Exclude<keyof T, "_type"> : never

Defined in: types/variant.ts:11

T