We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1f492 commit fac7be2Copy full SHA for fac7be2
src/hooks/useNetSuiteImportAddCustomSegmentForm.ts
@@ -2,9 +2,9 @@ import type {FormOnyxKeys} from '@components/Form/types';
2
import type {OnyxFormKey} from '@src/ONYXKEYS';
3
import ONYXKEYS from '@src/ONYXKEYS';
4
import useStepFormSubmit from './useStepFormSubmit';
5
-import type {SubStepProps} from './useSubStep/types';
+import type {SubPageProps} from './useSubPage/types';
6
7
-type UseNetSuiteImportAddCustomSegmentFormSubmitParams = Pick<SubStepProps, 'onNext'> & {
+type UseNetSuiteImportAddCustomSegmentFormSubmitParams = Pick<SubPageProps, 'onNext'> & {
8
formId?: OnyxFormKey;
9
fieldIds: Array<FormOnyxKeys<typeof ONYXKEYS.FORMS.NETSUITE_CUSTOM_SEGMENT_ADD_FORM>>;
10
shouldSaveDraft: boolean;
0 commit comments