Variable GroupSuggestionsSchemaConst
GroupSuggestionsSchema: ZodObject<
{
groups: ZodOptional<
ZodArray<
ZodObject<
{
html: ZodOptional<ZodString>;
labels: ZodOptional<
ZodArray<
ZodObject<
{
text: ZodOptional<(...)>;
title: ZodOptional<(...)>;
type: ZodOptional<(...)>;
},
$loose,
>,
>,
>;
name: ZodOptional<ZodString>;
},
$loose,
>,
>,
>;
header: ZodOptional<ZodString>;
total: ZodOptional<ZodNumber>;
},
$loose,
> = ...