Update UserGroup.ts
This commit is contained in:
parent
d3682e4c21
commit
266e9c4739
@ -27,13 +27,6 @@ export class UserGroup extends BaseClass {
|
|||||||
|
|
||||||
@Column({ nullable: true })
|
@Column({ nullable: true })
|
||||||
icon: string;
|
icon: string;
|
||||||
|
|
||||||
@Column({ type: "simple-json", nullable: true })
|
|
||||||
tags?: {
|
|
||||||
bot_id?: string;
|
|
||||||
integration_id?: string;
|
|
||||||
premium_subscriber?: boolean;
|
|
||||||
};
|
|
||||||
|
|
||||||
@Column({ nullable: true })
|
@Column({ nullable: true })
|
||||||
parent?: string;
|
parent?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user