chore: introduce @automatisch/types
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
bbb6f0b0ff
commit
3391578655
@@ -6,10 +6,10 @@ import User from './user';
|
||||
import appConfig from '../config/app';
|
||||
|
||||
class Connection extends Base {
|
||||
id!: number;
|
||||
id!: string;
|
||||
key!: string;
|
||||
data!: any;
|
||||
userId!: number;
|
||||
userId!: string;
|
||||
verified: boolean;
|
||||
count: number;
|
||||
|
||||
|
Reference in New Issue
Block a user