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

7 lines
229 B
TypeScript

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