Variable GetUiModificationsSchemaConst
GetUiModificationsSchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<
"data"
| string & {}
| "contexts",
"data" | string & {} | "contexts",
>,
ZodArray<
ZodCustom<
"data"
| string & {}
| "contexts",
"data" | string & {} | "contexts",
>,
>,
],
>,
>;
maxResults: ZodOptional<ZodNumber>;
startAt: ZodOptional<ZodNumber>;
},
$strip,
> = ...