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