cooking/lib/types.ts

6 lines
97 B
TypeScript

export interface FilterState {
search: string;
category: string;
selectedTags: string[];
}