fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 42719e7ba0 - Show all commits

View file

@ -85,7 +85,7 @@ export class GuaribasInstance extends Model<GuaribasInstance>
public state: string;
@Column
public version: string;
declare public version: string;
@Column
public enabledAdmin: boolean;