UNPKG

@types/graphql

Version:

TypeScript definitions for graphql

2 lines (1 loc) 46 B
export type MaybePromise<T> = Promise<T> | T;