mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
9 lines
92 B
TypeScript
9 lines
92 B
TypeScript
declare global {
|
|
interface Window {
|
|
ship: string;
|
|
desk: string;
|
|
}
|
|
}
|
|
|
|
export {};
|