import { Document } from "mongoose";
import { ICampaignModelAttributes } from "../entity/campaign.entity";
export interface ICampaignModelInferCreation extends ICampaignModelAttributes, Document<string> {
}
