Skip to content

Commit

Permalink
fix: tipagem
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed May 7, 2022
1 parent 5d43c85 commit f203e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types/IComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export interface DropdownItemProps {
}

export type CardBarbeiroProps = {
cliente?: boolean;
barbeiro?: UserMetadata | undefined;
onClick?: () => void;
};
Expand Down
1 change: 1 addition & 0 deletions src/types/IContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface UserMetadata {
ocupacao: string;
schedules: any;
sub: string;
qtd?: number;
}

export interface ClienteMetadata {
Expand Down

0 comments on commit f203e35

Please sign in to comment.