interface NewChapter {
    content: string;
    postNote?: string;
    preNote?: string;
    title: string;
}

Properties

content: string
postNote?: string
preNote?: string
title: string