Skip to main content

UiNodeInputAttributesOption

type UiNodeInputAttributesOption = {
value: unknown
}

A single selectable value for an input node backed by a JSON schema enum.

TODO: remove this type widening once @ory/client-fetch publishes a release that ships options on UiNodeInputAttributes.

Properties

value

value: unknown