/** * @name bot.interfaces * @description Core bot interfaces in ngx-responsive * * @license MIT */ import { TGenericBot } from '../types'; /** * @export IBot */ export interface IBot { GENERIC_BOT: TGenericBot; }