Variable: GetCommentsByIdsSchema
ts
const GetCommentsByIdsSchema: ZodObject<{
expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<"properties" | string & object | "renderedBody", "properties" | string & object | "renderedBody">, ZodArray<ZodCustom<"properties" | string & object | "renderedBody", "properties" | string & object | "renderedBody">>]>>;
ids: ZodArray<ZodNumber>;
}, $strip>;Defined in: src/cloud/parameters/getCommentsByIds.ts:5