StorageBase
This commit is contained in:
4
src/util.ts
Normal file
4
src/util.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type JSONDataTypes = string | number | boolean
|
||||
export type JSONObject<Value = JSONDataTypes, Key extends string = string> = {
|
||||
[key in Key]: Value
|
||||
}
|
||||
Reference in New Issue
Block a user