aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/src/index.ts')
-rw-r--r--packages/types/src/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index e2333d5d0..872a51f87 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -240,6 +240,10 @@ export enum StatusCodes {
GatewayTimeout = 504,
}
+export interface ObjectMap<T> {
+ [key: string]: T;
+}
+
export interface TypeDocType {
type: TypeDocTypes;
value: string;