Variable GetCommentsByIdsSchemaConst
GetCommentsByIdsSchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<
"properties"
| string & {}
| "renderedBody",
"properties" | string & {} | "renderedBody",
>,
ZodArray<
ZodCustom<
"properties"
| string & {}
| "renderedBody",
"properties" | string & {} | "renderedBody",
>,
>,
],
>,
>;
ids: ZodArray<ZodNumber>;
},
$strip,
> = ...