Skip to content

Commit

Permalink
Merge pull request #426 from ForgeRock/add-stepoptions-to-exports
Browse files Browse the repository at this point in the history
feat(javascript-sdk): export-step-options-type
  • Loading branch information
ryanbas21 authored Feb 26, 2024
2 parents 73f6caa + 2215119 commit b717d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/javascript-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import UserManager from './user-manager';
import Deferred from './util/deferred';
import PKCE from './util/pkce';
import LocalStorage from './util/storage';
import type { LoggerFunctions } from './config/interfaces';
import type { LoggerFunctions, StepOptions } from './config/interfaces';

export type {
AuthResponse,
Expand Down Expand Up @@ -140,6 +140,7 @@ export {
ResponseType,
SelectIdPCallback,
SessionManager,
StepOptions,
StepType,
SuspendedTextOutputCallback,
TermsAndConditionsCallback,
Expand Down

0 comments on commit b717d02

Please sign in to comment.