UNPKG

umbot

Version:

Universal bot(vk, telegram, viber) or skills for Yandex.Alisa, Маруся and sber

5 lines (4 loc) 142 B
import { ISound } from '../interfaces'; export interface TemplateSoundTypes { getSounds(sounds: ISound[], text?: string): Promise<any>; }