CandidKeyValue
CandidKeyValue<
T> =Textends infer U ? [CandidVariantKey<U> &string,CandidVariantValue<U,CandidVariantKey<U> &string>] :never
Defined in: types/variant.ts:34
A type that represents the extracted key and value from a variant Designed to be used with the extractVariant function
Type Parameters
Section titled “Type Parameters”T