We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c322b06 commit d50417fCopy full SHA for d50417f
src/pages/workspace/accounting/netsuite/types.ts
@@ -79,9 +79,6 @@ type ExpenseRouteParams = {
79
};
80
81
type CustomFieldSubStepWithPolicy = SubStepProps & {
82
- /** Policy ID of the current policy */
83
- policyID: string;
84
-
85
/** Current policy in the form steps */
86
policy: Policy | undefined;
87
0 commit comments