Skip to content

Commit fac7be2

Browse files
committed
update type
1 parent 7c1f492 commit fac7be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks/useNetSuiteImportAddCustomSegmentForm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import type {FormOnyxKeys} from '@components/Form/types';
22
import type {OnyxFormKey} from '@src/ONYXKEYS';
33
import ONYXKEYS from '@src/ONYXKEYS';
44
import useStepFormSubmit from './useStepFormSubmit';
5-
import type {SubStepProps} from './useSubStep/types';
5+
import type {SubPageProps} from './useSubPage/types';
66

7-
type UseNetSuiteImportAddCustomSegmentFormSubmitParams = Pick<SubStepProps, 'onNext'> & {
7+
type UseNetSuiteImportAddCustomSegmentFormSubmitParams = Pick<SubPageProps, 'onNext'> & {
88
formId?: OnyxFormKey;
99
fieldIds: Array<FormOnyxKeys<typeof ONYXKEYS.FORMS.NETSUITE_CUSTOM_SEGMENT_ADD_FORM>>;
1010
shouldSaveDraft: boolean;

0 commit comments

Comments
 (0)