Initial release for SPT 3.9
This commit is contained in:
4
types/models/common/MinMax.d.ts
vendored
Normal file
4
types/models/common/MinMax.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface MinMax {
|
||||
max: number;
|
||||
min: number;
|
||||
}
|
||||
Reference in New Issue
Block a user