mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
zetapush-js: Fix no-unnecessary-class lint error (#20775)
This commit is contained in:
parent
07092cc758
commit
0d0eeddc9d
8
types/zetapush-js/index.d.ts
vendored
8
types/zetapush-js/index.d.ts
vendored
@ -120,10 +120,10 @@ export interface ClientHelper {
|
||||
|
||||
export type ConnectionStatusHandler = number;
|
||||
|
||||
export class Authentication {
|
||||
static delegating({ token }: TokenAuthData): TokenHandshake;
|
||||
static simple({ login, password }: CredentialsAuthData): CredentialsHandshake;
|
||||
static weak({ token }: TokenAuthData): TokenHandshake;
|
||||
export namespace Authentication {
|
||||
function delegating({ token }: TokenAuthData): TokenHandshake;
|
||||
function simple({ login, password }: CredentialsAuthData): CredentialsHandshake;
|
||||
function weak({ token }: TokenAuthData): TokenHandshake;
|
||||
}
|
||||
|
||||
export interface ConnectionStatusListener {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user