export interface CreateManyDto<T = any> {
    bulk: T[];
}
