interface AddEntries {
    entries: Entry[];
}

Properties

Properties

entries: Entry[]