Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/utilityTypes.ts>UtilityTypes.Without

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
type alias UtilityTypes.Without
import { type UtilityTypes } from "https://deno.land/x/jira@v3.0.2/src/utilityTypes.ts";
const { Without } = UtilityTypes;

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

definition: [P in Exclude<keyof T, keyof U>]?: never