/** * @name bot.types * @description Bot types in ngx-responsive * * @license MIT */ /** * @type * @name TGenericBot * @export TGenericBot */ export declare type TGenericBot = 'Generic Bot'; /** * @type * @name TBots * @export TBots */ export declare type TBots = TGenericBot;