ENCOA-270, ENCOA-265, ENCOA-262, ENCOA-258
This commit is contained in:
@@ -155,6 +155,7 @@ export interface GroupWithUsers extends Omit<Group, "participants" | "admin"> {
|
||||
export interface Code {
|
||||
id: string;
|
||||
code: string;
|
||||
entity: string
|
||||
creator: string;
|
||||
expiryDate: Date;
|
||||
type: Type;
|
||||
|
||||
Reference in New Issue
Block a user