soapbox/src/types/window.d.ts

7 wiersze
111 B
TypeScript
Czysty Zwykły widok Historia

2024-02-11 18:40:14 +00:00
import type { NostrSigner } from 'nspec';
2023-04-03 00:54:08 +00:00
declare global {
interface Window {
2024-02-11 18:40:14 +00:00
nostr?: NostrSigner;
2023-04-03 00:54:08 +00:00
}
}