import { Document } from "mongoose";
import { IOrganizerModelAttributes } from "../entity/organizer.entity";
export interface IOrganizerModelInferCreation extends IOrganizerModelAttributes, Document<string> {
}
