shrub/pkg/btc-wallet/src/window.ts

9 lines
92 B
TypeScript
Raw Normal View History

declare global {
interface Window {
ship: string;
desk: string;
}
}
export {};