Last active
April 13, 2023 01:31
-
-
Save deguchi/52b3590818fe90b062264acc87637299 to your computer and use it in GitHub Desktop.
TypeScript Window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface Window { | |
isbn: string | |
systemNames: any | |
} | |
declare var window: Window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment