parent
ac40527fa2
commit
96d70d5048
8
src/models/GroupContact.ts
Normal file
8
src/models/GroupContact.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import { Entity } from "typeorm";
|
||||||
|
import { Participant } from "./Participant";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Defines a group's contact.
|
||||||
|
*/
|
||||||
|
@Entity()
|
||||||
|
export class GroupContact extends Participant{}
|
Loading…
x
Reference in New Issue
Block a user