We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffde1c commit 09a2638Copy full SHA for 09a2638
1 file changed
astro-authproto/src/virtual-modules.d.ts
@@ -69,7 +69,7 @@ declare module "fujocoded:authproto/hooks" {
69
*/
70
export const resolveScopes:
71
| null
72
- | import("@fujocoded/authproto").ResolveScopesHook;
+ | import("./lib/scopes.js").ResolveScopesHook;
73
}
74
75
declare module "fujocoded:authproto/stores" {
0 commit comments