Skip to content

@uservane/vercel-ai: BootstrapResponse

BootstrapResponse = object

Defined in: products/uservane/browser/dist/index.d.ts:53

Payload from the definitions/rules endpoint. Show-tokens are single-use HMACs issued server-side; the client never invents them.

optional showTokens?: Record<string, string>

Defined in: products/uservane/browser/dist/index.d.ts:58

Per-survey show-token map. Missing token => server declined (cap/quiet).


suppression: string[]

Defined in: products/uservane/browser/dist/index.d.ts:56

Survey ids this respondent has answered or dismissed (server-authoritative).


surveys: SurveyDefinition[]

Defined in: products/uservane/browser/dist/index.d.ts:54