Skip to content

Commit

Permalink
fix: interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 5, 2022
1 parent ca0d479 commit 7edb7df
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 @@ -38,6 +38,7 @@ export interface ClienteMetadata {
shift: string;
created_at: Date;
updated_at: Date;
barber_name: string;
}

export interface IdentityData {
Expand Down Expand Up @@ -158,4 +159,5 @@ export interface UserContextProps {
isDataEHorarioPassado: (data: string, horario: string) => boolean;
verificaDataEHoraSelecionada: () => boolean;
horariosAgendados: ClienteMetadata[];
buscarAgendamentosData: (diaSelecionado: string) => void;
}

0 comments on commit 7edb7df

Please sign in to comment.