Skip to content

Commit

Permalink
fixing VueAuthenticatePlugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriata committed May 3, 2024
1 parent f81d827 commit 9a7a804
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a7a804

Please sign in to comment.