fix: Backend eslint warnings
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
ecc9239bfe
commit
775ac7a8b1
6
packages/types/index.d.ts
vendored
6
packages/types/index.d.ts
vendored
@@ -114,11 +114,15 @@ export interface IApp {
|
||||
connections: IConnection[];
|
||||
}
|
||||
|
||||
export interface IService {
|
||||
authenticationClient: IAuthentication;
|
||||
}
|
||||
|
||||
export interface IAuthentication {
|
||||
appData: IApp;
|
||||
connectionData: IJSONObject;
|
||||
client: unknown;
|
||||
verifyCredentials(): Promise<JSONObject>;
|
||||
verifyCredentials(): Promise<IJSONObject>;
|
||||
isStillVerified(): Promise<boolean>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user