first commit
This commit is contained in:
6
src/models/Set.ts
Normal file
6
src/models/Set.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
type Set = {
|
||||
path: string;
|
||||
value: number | undefined;
|
||||
};
|
||||
|
||||
export type Sets = Set[];
|
Reference in New Issue
Block a user