jira.js
    Preparing search index...

    Variable IssueLinkTypeSchemaConst

    IssueLinkTypeSchema: ZodObject<
        {
            id: ZodOptional<ZodString>;
            inward: ZodOptional<ZodString>;
            name: ZodOptional<ZodString>;
            outward: ZodOptional<ZodString>;
            self: ZodOptional<ZodURL>;
        },
        $loose,
    > = ...

    This object is used as follows:*

    In the issueLink resource it defines and reports on the type of link between the issues. Find a list of issue link types with Get issue link types.* In the issueLinkType resource it defines and reports on issue link types.