Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 2, 2024
1 parent c3460f2 commit 9dcdec0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Target/Function/Worker.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import type Environment from "../Type/Environment.js";
import type { ExportedHandler } from "@cloudflare/workers-types/experimental/index.js";
export declare const Delete: import("../Interface/Delete.js").default;
declare const _default: ExportedHandler<{
Email: string;
ID: string;
Key: string;
}, unknown, unknown>;
declare const _default: ExportedHandler<Environment>;
export default _default;

0 comments on commit 9dcdec0

Please sign in to comment.