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

    Type Alias Without<T, U>

    Without: { [P in Exclude<keyof T, keyof U>]?: never }

    Mark some properties which only the former including as optional and set the value to never

    Type Parameters

    • T
    • U