Interface CollectionsListEntry

interface CollectionsListEntry {
    model: typeof NedbDocument;
    name: string;
}

Implemented by

Properties

Properties

model: typeof NedbDocument

Reference to the NedbDocument-inheriting class used to define the collection's data structure.

BigfootDS

name: string

Name of the collection.

BigfootDS