Skip to content

Commit

Permalink
fix type HandleDataChangeProps
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszciaston committed Nov 23, 2024
1 parent c82171f commit 7fa76a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ export interface DataProps {
}

export type HandleDataChangeProps = (
id: string,
field:
| keyof DataProps["education"][number]
| keyof DataProps["experience"][number],
field: keyof DataProps,
value: string,
) => void;

Expand Down

0 comments on commit 7fa76a5

Please sign in to comment.