diff --git a/embed-basic/types.ts b/embed-basic/types.ts index afbc8315..537f15b8 100644 --- a/embed-basic/types.ts +++ b/embed-basic/types.ts @@ -16,6 +16,7 @@ * specific language governing permissions and limitations * under the License. */ + export interface Request { get: (url: string) => Promise; }