jira.js
    Preparing search index...

    Variable ProjectPinActionSchemaConst

    ProjectPinActionSchema: ZodObject<
        {
            action: ZodCustom<
                string & {}
                | "PIN"
                | "UNPIN",
                string & {} | "PIN" | "UNPIN",
            >;
            projectIdOrKey: ZodString;
        },
        $loose,
    > = ...

    The list of projects to pin or unpin the issue panel to or from.