graphql

Search for an npm package
/** @internal */
export declare type PromiseOrValue<T> = Promise<T> | T;