mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
migrated wbot initialization to typescript
This commit is contained in:
5
backend/src/@types/WAWebJS.d.ts
vendored
Normal file
5
backend/src/@types/WAWebJS.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare namespace WAWebJS {
|
||||
export interface ClientInfo {
|
||||
meuId: number;
|
||||
}
|
||||
}
|
||||
6
backend/src/@types/express.d.ts
vendored
6
backend/src/@types/express.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
declare namespace Express {
|
||||
export interface Request {
|
||||
user: { id: string; profile: string };
|
||||
}
|
||||
export interface Request {
|
||||
user: { id: string; profile: string };
|
||||
}
|
||||
}
|
||||
|
||||
1
backend/src/@types/qrcode-terminal.d.ts
vendored
Normal file
1
backend/src/@types/qrcode-terminal.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
declare module "qrcode-terminal";
|
||||
Reference in New Issue
Block a user