Interface representing a Confluence page.

Hierarchy

  • ConfluencePage

Properties

Properties

body: {
    storage: {
        value: string;
    };
}

Type declaration

  • storage: {
        value: string;
    }
    • value: string
id: string
title: string

Generated using TypeDoc