interface Entry {
    content: EntryContent;
    entryId: string;
    sortId: string;
}

Properties

content: EntryContent
entryId: string
sortId: string