jira.js
    Preparing search index...

    Variable GetIssueWorklogSchemaConst

    GetIssueWorklogSchema: ZodObject<
        {
            expand: ZodOptional<
                ZodUnion<
                    readonly [
                        ZodString,
                        ZodArray<ZodString>,
                        ZodCustom<"properties" | string & {}, "properties" | string & {}>,
                        ZodArray<
                            ZodCustom<"properties" | string & {}, "properties" | string & {}>,
                        >,
                    ],
                >,
            >;
            issueIdOrKey: ZodString;
            maxResults: ZodOptional<ZodNumber>;
            startAt: ZodOptional<ZodNumber>;
            startedAfter: ZodOptional<ZodNumber>;
            startedBefore: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...