mzinga
Version: 
Node, React and MongoDB Headless CMS and Application Framework
11 lines • 372 B
TypeScript
import type { PayloadRequest } from '../express/types';
import type { Payload } from '../mzinga';
type Args = {
    id?: number | string;
    payload: Payload;
    req?: PayloadRequest;
    slug: string;
};
export declare const deleteCollectionVersions: ({ id, slug, payload, req }: Args) => Promise<void>;
export {};
//# sourceMappingURL=deleteCollectionVersions.d.ts.map