Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/serviceDesk/models/requestTypeFieldValue.ts>RequestTypeFieldValue

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface RequestTypeFieldValue
import { type RequestTypeFieldValue } from "https://deno.land/x/jira@v3.0.2/src/serviceDesk/models/requestTypeFieldValue.ts";

Properties

optional
value: string

Value of the field.

optional
label: string

Label for the field.

optional
children: RequestTypeFieldValue[]

List of child fields.