import { Group } from '@p81-common/p81-mongo-validation-schemas'; export interface IGroupWithId extends Group { _id: string; }