import { Entity } from "typeorm"; import { Participant } from "./Participant"; /** * Defines a group's contact. */ @Entity() export class GroupContact extends Participant{}