mirror of
https://github.com/MarSeventh/CloudFlare-ImgBed.git
synced 2026-04-26 07:05:15 +00:00
init
This commit is contained in:
8
node_modules/@cloudflare/pages-plugin-sentry/index.d.ts
generated
vendored
Normal file
8
node_modules/@cloudflare/pages-plugin-sentry/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Toucan } from "toucan-js";
|
||||
import type { Options } from "toucan-js/dist/types";
|
||||
|
||||
export type PluginArgs = Omit<Options, "context">;
|
||||
|
||||
export type PluginData = { sentry: Toucan };
|
||||
|
||||
export default function (args: PluginArgs): PagesFunction;
|
||||
Reference in New Issue
Block a user