Skip to content

Commit

Permalink
fix(filtro-shelters): add missing typing definition (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigooler authored May 29, 2024
2 parents f05a08f + 952100e commit 697e56b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Home/components/Filter/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export interface IFilterFormProps {
cities: string[];
}

export interface IFilterSubmittionForm extends Omit<IFilterFormProps, 'priority'>{
priority: string;
}

export interface IFilterFormikProps {
search: string;
priority: ISelectField[];
Expand Down

0 comments on commit 697e56b

Please sign in to comment.