Skip to content

Commit

Permalink
fix: interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 9, 2022
1 parent 379e8e6 commit f9faacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/IContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ export interface UserContextProps {
) => void;
startDate: string;
endDate: string;
buscaClientesHorario: (horario: string) => void;
}

0 comments on commit f9faacf

Please sign in to comment.