interface CreateDocOptions {
    content: string;
    title: string;
}

Properties

Properties

content: string

Content of the doc.

title: string

Title of the doc.