import { BotDescription } from './BotDescription.generated'; import { Success } from './Success.generated'; export interface GetMyDescriptionResponseSuccess extends Success { }