Type alias Collection

Collection: {
    db: Database;
    indexFields: Index[];
    internal: InternalCollection | undefined;
    name: string;
    state: CollectionState | undefined;
}

Type declaration

  • db: Database
  • indexFields: Index[]
  • internal: InternalCollection | undefined
  • name: string
  • state: CollectionState | undefined

Generated using TypeDoc