Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Commit 2fe69de

Browse files
authored
Merge pull request #6 from zaun/master
feat(cognito): add typescript defs
2 parents e9f056a + aeede56 commit 2fe69de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/cognito-module/index.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
declare module '@vuetify/vuex-cognito-module' {
2+
interface CognitoConfig {
3+
userPoolId: string;
4+
identityPoolId: string;
5+
userPoolWebClientId: string;
6+
region: string;
7+
}
8+
9+
export default function (store: object, config: CognitoConfig, namespace?: string, vuexModuleOptions?: object): void
10+
}

0 commit comments

Comments
 (0)