UNPKG

88 BTypeScriptView Raw
1/**
2 * @internal
3 */
4export interface Request {
5 destination: URL;
6 body?: any;
7}