interface JiraMultipleSelectField {
    fieldId: string;
    options: JiraSelectedOptionField[];
}

Properties

Properties

fieldId: string