Skip to content

@uservane/browser: BootstrapResponse

BootstrapResponse = object

Defined in: types.ts:57

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: types.ts:62

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


suppression: string[]

Defined in: types.ts:60

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


surveys: SurveyDefinition[]

Defined in: types.ts:58