Skip to content

Instantly share code, notes, and snippets.

@AnthonyLzq
Last active November 19, 2022 00:37
Show Gist options
  • Save AnthonyLzq/8a89b975f454054ed78fd67af04c2419 to your computer and use it in GitHub Desktop.
Save AnthonyLzq/8a89b975f454054ed78fd67af04c2419 to your computer and use it in GitHub Desktop.
Global .d.ts file that does not work
import { MqttClient } from 'mqtt'
interface Route {
sub: (client: 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