soapbox/src/types/window.d.ts

7 wiersze
111 B
TypeScript

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