Update UserGroup.ts

This commit is contained in:
Erkin Alp Güney
2022-04-21 18:51:40 +03:00
committed by GitHub
parent f60ffd3c41
commit ed69bbbe47
-7
View File
@@ -27,13 +27,6 @@ export class UserGroup extends BaseClass {
@Column({ nullable: true })
icon: string;
@Column({ type: "simple-json", nullable: true })
tags?: {
bot_id?: string;
integration_id?: string;
premium_subscriber?: boolean;
};
@Column({ nullable: true })
parent?: string;