Interface EntryStatus

interface EntryStatus {
    status: "unread" | "read";
}

Properties

Properties

status: "unread" | "read"