chore: introduce @automatisch/types

This commit is contained in:
Ali BARIN
2022-03-01 22:56:19 +01:00
committed by Ömer Faruk Aydın
parent bbb6f0b0ff
commit 3391578655
54 changed files with 377 additions and 297 deletions

View File

@@ -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;