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