fix minor bugs and abstract more
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export type Set = {
|
||||
path: string;
|
||||
value: number | undefined;
|
||||
value: number | boolean | undefined;
|
||||
};
|
||||
|
||||
export type Sets = Set[];
|
||||
|
Reference in New Issue
Block a user