Interface JournalEntryInternal

interface JournalEntry {
    op: "delete";
    path: string;
}

Properties

Properties

op: "delete"
path: string