diff options
Diffstat (limited to 'includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.d.ts')
-rw-r--r-- | includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.d.ts b/includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.d.ts new file mode 100644 index 0000000..6b2517e --- /dev/null +++ b/includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.d.ts @@ -0,0 +1 @@ +export type PromiseOrValue<T> = Promise<T> | T; |