Interface JiraDoc

interface JiraDoc {
    content: JiraDocParagraph[];
    type: "doc";
    version: 1;
}

Properties

Properties

content: JiraDocParagraph[]
type: "doc"
version: 1