Skip to content

Commit aa69c35

Browse files
nirgurCopilot
andauthored
fix: authzNode missing type (#643)
* fix: AuthzNode missing type * Update lib/index.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: rollup error * fix: more missing types --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8166a2d commit aa69c35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,5 +487,7 @@ export type {
487487
ResponseData,
488488
SdkResponse,
489489
} from '@descope/core-js-sdk';
490-
export type { AuthenticationInfo };
490+
export type { AuthenticationInfo, RefreshAuthenticationInfo };
491491
export type { VerifyOptions } from './types';
492+
export * from './management/types';
493+
export type { PatchUserOptions } from './management/user';

0 commit comments

Comments
 (0)