File tree Expand file tree Collapse file tree
e2e/davinci-app/components
packages/davinci-client/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @forgerock/davinci-client ' : patch
3+ ---
4+
5+ export the InternalErrorResponse type
Original file line number Diff line number Diff line change 44 * This software may be modified and distributed under the terms
55 * of the MIT license. See the LICENSE file for details.
66 */
7- import type { IdpCollector } from '@forgerock/davinci-client/types' ;
8- import { InternalErrorResponse } from 'packages/davinci-client/src/lib/client.types.js' ;
7+ import type { InternalErrorResponse , IdpCollector } from '@forgerock/davinci-client/types' ;
98
109export default function submitButtonComponent (
1110 formEl : HTMLFormElement ,
Original file line number Diff line number Diff line change @@ -49,4 +49,6 @@ export type SingleSelectCollector = collectors.SingleSelectCollector;
4949export type DeviceRegistrationCollector = collectors . DeviceRegistrationCollector ;
5050export type DeviceAuthenticationCollector = collectors . DeviceAuthenticationCollector ;
5151export type PhoneNumberCollector = collectors . PhoneNumberCollector ;
52+
53+ export type InternalErrorResponse = client . InternalErrorResponse ;
5254export type { RequestMiddleware } ;
You can’t perform that action at this time.
0 commit comments