jira.js
    Preparing search index...

    Variable FieldLastUsedSchemaConst

    FieldLastUsedSchema: ZodObject<
        {
            type: ZodOptional<
                ZodCustom<
                    string & {}
                    | "TRACKED"
                    | "NOT_TRACKED"
                    | "NO_INFORMATION",
                    string & {} | "TRACKED" | "NOT_TRACKED" | "NO_INFORMATION",
                >,
            >;
            value: ZodOptional<ZodCoercedDate<unknown>>;
        },
        $loose,
    > = ...

    Information about the most recent use of a field.