TomTom Maps for JavaScript
    Preparing search index...

    Variable questionSchemaConst

    questionSchema: z.ZodObject<
        {
            id: z.ZodString;
            multiSelect: z.ZodDefault<z.ZodBoolean>;
            options: z.ZodArray<z.ZodString>;
            question: z.ZodString;
        },
        z.core.$strip,
    >

    A single clarification question shown to the user. Exported so a host can type its form state.