latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit 96d70d5048 - Show all commits

View File

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