/** * The widget operating mode. Determines the challenge behavior. */ export type TurnstileWidgetMode = 'non-interactive' | 'invisible' | 'managed';