Skip to content

Commit

Permalink
update serviceData type
Browse files Browse the repository at this point in the history
  • Loading branch information
shrushti2000 committed Jan 23, 2025
1 parent 379885b commit df0c87c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* limitations under the License.
*/

import { ServicesUpdateRequest } from 'Models';
import { FormSubmitType } from '../enums/form.enum';
import { ServiceCategory } from '../enums/service.enum';
import {
Expand Down Expand Up @@ -135,5 +136,5 @@ export interface IngestionWorkflowFormProps {
onFocus: (fieldId: string) => void;
onSubmit: (data: IngestionWorkflowData) => void;
onChange?: (data: IngestionWorkflowData) => void;
serviceData?: any;
serviceData?: ServicesUpdateRequest;
}

0 comments on commit df0c87c

Please sign in to comment.