Move SinusBotService to backend
This commit is contained in:
5
backend/src/models/TunakillUser.ts
Normal file
5
backend/src/models/TunakillUser.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface TunakillUser {
|
||||
name: string;
|
||||
time: number;
|
||||
uid: string;
|
||||
}
|
||||
Reference in New Issue
Block a user