Jira.js - Jira Cloud API library
    Preparing search index...

    Type Alias XOR<T, U>

    XOR: (T | U) extends object ? Without<T, U> & U | Without<U, T> & T : T | U

    Get the XOR type which could make 2 types exclude each other

    Type Parameters

    • T
    • U