soapbox/src/types/window.d.ts

7 wiersze
120 B
TypeScript

import type { NostrSigner } from '@soapbox/nspec';
declare global {
interface Window {
nostr?: NostrSigner;
}
}