interface JiraRichTextField {
    fieldId: string;
    richText: JiraRichTextInput;
}

Properties

Properties

fieldId: string