diff --git a/types/index.d.ts b/types/index.d.ts index 65fc54b..9c60dca 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -61,7 +61,9 @@ export declare class VueAuthenticate { ): Promise<{}>; } -export const VueAuthenticatePlugin: (app: App, options?: AuthenticateOptions) => void; +declare namespace VueAuthenticatePlugin { + function install(app: any, options: any): void; +} export interface AuthenticateOptions { baseUrl?: string;