jira.js
    Preparing search index...

    Variable GetWorklogSchemaConst

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