Skip to content

Commit

Permalink
fix: interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 8, 2022
1 parent f2cdf72 commit e966954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/IContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,6 @@ export interface UserContextProps {
) => void;
startDate: string;
endDate: string;
ticket: ClienteMetadata | undefined;
setTicket: (clientes: ClienteMetadata) => void;
}

0 comments on commit e966954

Please sign in to comment.