mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Fix missing method defintion in nuxtjs__auth (#43380)
This commit is contained in:
1
types/nuxtjs__auth/index.d.ts
vendored
1
types/nuxtjs__auth/index.d.ts
vendored
@@ -44,6 +44,7 @@ export interface Auth<T = any> {
|
||||
setUser(user?: Partial<T>): any;
|
||||
reset(): Promise<never>;
|
||||
redirect(name: string): any;
|
||||
onRedirect(listener: () => void): void;
|
||||
strategy(): string;
|
||||
registerStrategy(strategyName: string, strategy: object): void;
|
||||
setStrategy(strategyName: string): void;
|
||||
|
||||
Reference in New Issue
Block a user