interface DiaryEntry {
    $type$: "DiaryEntry";
    entry: string;
}

Properties

Properties

$type$: "DiaryEntry"
entry: string