Skip to content

Instantly share code, notes, and snippets.

@AnthonyLzq
Created November 19, 2022 00:44
Show Gist options
  • Save AnthonyLzq/1078814cffda017693596fd7b9e79463 to your computer and use it in GitHub Desktop.
Save AnthonyLzq/1078814cffda017693596fd7b9e79463 to your computer and use it in GitHub Desktop.
Global .d.ts file that will work without using declare global
interface Route {
sub: (client: import('mqtt').MqttClient) => void
PUB_TOPIC: string
SUB_TOPIC: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment