new lib version [CI SKIP]
This commit is contained in:
5
dist/models/UpdateUserGroup.d.ts
vendored
Normal file
5
dist/models/UpdateUserGroup.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare type UpdateUserGroup = {
|
||||
id: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user