Skip to content

Commit

Permalink
reactor: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Nov 11, 2024
1 parent f9e47ce commit bb4dc63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type OwnProps<TModel> = {

export type BaseModelTransferProps<TModel> = Omit<
TransferProps,
keyof OwnProps<TModel> | 'options' | 'selected'
keyof OwnProps<TModel> | 'options'
> &
OwnProps<TModel>

Expand Down

0 comments on commit bb4dc63

Please sign in to comment.