activity-kit-core/packages/activitypub-core-mongodb/lib/expandCollection.d.ts

4 lines
222 B
TypeScript

import { MongoDatabase } from '.';
import { AP } from 'activitypub-core-types';
export declare function expandCollection(this: MongoDatabase, collection: AP.EitherCollectionReference): Promise<null | AP.EitherCollection>;