Interface POSTDocBody

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

Properties

Properties

content: string

The content of the doc

title: string

The title of the doc (min length 1)