add new group table and filter for member table
This commit is contained in:
6
src/vueLib/models/group.ts
Normal file
6
src/vueLib/models/group.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Group {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type Groups = Group[];
|
||||
Reference in New Issue
Block a user