Skip to content

@vttforge/core / PromptFieldValue

Type Alias: PromptFieldValue<F>

PromptFieldValue<F> = F extends NumberPromptField ? number : F extends CheckboxPromptField ? boolean : string

The value a field of each type comes back as.

Type Parameters

F

F extends PromptField

MIT licensed.