Skip to content

Variable: GetWorklogSchema

ts
const GetWorklogSchema: ZodObject<{
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<"properties" | string & object, "properties" | string & object>, ZodArray<ZodCustom<"properties" | string & object, "properties" | string & object>>]>>;
  id: ZodString;
  issueIdOrKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/getWorklog.ts:4