Format stuff + update packages

This commit is contained in:
Zoe Roux
2025-01-24 21:18:52 +01:00
parent 1634624701
commit 5bf30af564
4 changed files with 26 additions and 25 deletions
+6 -1
View File
@@ -12,7 +12,12 @@ export type FilterDef = {
type: "int" | "float" | "date" | "string";
isArray?: boolean;
}
| { column: Column | SQL; type: "enum"; values: string[]; isArray?: boolean };
| {
column: Column | SQL;
type: "enum";
values: string[];
isArray?: boolean;
};
};
export const Filter = ({