first commit
This commit is contained in:
14
grafana/dashboards/requests/node_modules/then-request/lib/RequestFn.js.flow
generated
vendored
Normal file
14
grafana/dashboards/requests/node_modules/then-request/lib/RequestFn.js.flow
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// @flow
|
||||
// Generated using flowgen2
|
||||
|
||||
import type {HttpVerb} from 'http-basic';
|
||||
import type {Options} from './Options';
|
||||
import {ResponsePromise} from './ResponsePromise';
|
||||
|
||||
type RequestFn = (
|
||||
method: HttpVerb,
|
||||
url: string,
|
||||
options?: Options,
|
||||
) => ResponsePromise;
|
||||
|
||||
export type {RequestFn};
|
||||
Reference in New Issue
Block a user