Skip to content

Commit 74e6c71

Browse files
author
Tomas Micko
committed
Add forgotten RefreshResponse to exports
1 parent 9f8a309 commit 74e6c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
* limitations under the License.
1313
*/
1414

15-
export {StartLoginRequest, StartLoginResponse, EndLoginRequest, SessionResponse, LogoutResponse, OAuthAgentRemoteError} from './types'
15+
export {StartLoginRequest, StartLoginResponse, EndLoginRequest, SessionResponse, RefreshResponse, LogoutResponse, OAuthAgentRemoteError} from './types'
1616
export {Configuration, OAuthAgentClient} from './oauth-agent-client'

0 commit comments

Comments
 (0)