Move ObjectMap to shared types
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add ObjectMap type",
|
||||
"pr": 1037
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.0.1",
|
||||
"changes": [
|
||||
|
@@ -239,3 +239,7 @@ export enum StatusCodes {
|
||||
MethodNotAllowed = 405,
|
||||
GatewayTimeout = 504,
|
||||
}
|
||||
|
||||
export interface ObjectMap<T> {
|
||||
[key: string]: T;
|
||||
}
|
||||
|
Reference in New Issue
Block a user