import { ObjectId } from "mongodb";
export type CEACursor = {
    id: ObjectId;
};
