UNPKG

iobroker.telegram

Version:

The adapter allows to send and receive telegram messages from ioBroker and to be a broker.

3 lines (2 loc) 212 B
export type RemoteKeys = 'REMOTE_ALIAS_IDENTIFIER/ActionTelegram'; type PackageType<T> = T extends 'REMOTE_ALIAS_IDENTIFIER/ActionTelegram' ? typeof import('REMOTE_ALIAS_IDENTIFIER/ActionTelegram') :any;