mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-21 22:56:29 -04:00
Format stuff + update packages
This commit is contained in:
@@ -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 = ({
|
||||
|
||||
Reference in New Issue
Block a user