Interface EntryResultSet

interface EntryResultSet {
    entries: Entry[];
    total: number;
}

Properties

Properties

entries: Entry[]
total: number