Skip to content

Commit

Permalink
chore: update global-types;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Feb 13, 2023
1 parent 62476fa commit c2ea56d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
28 changes: 28 additions & 0 deletions src/app.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
}

export { };

// global.d.ts;
// /// <reference types="@sveltejs/kit" />

// interface Web3_Providers
// extends import('ethers').providers
// .ExternalProvider {
// isCoinbaseWallet: boolean;
// isCoinbaseBrowser: boolean;
// }

// interface Window {
// // eslint-disable-next-line @typescript-eslint/no-explicit-any
// gtag: unknown;
// ethereum: unknown;
// }
14 changes: 0 additions & 14 deletions src/global.d.ts

This file was deleted.

0 comments on commit c2ea56d

Please sign in to comment.