import { WebAPICallResult } from '../../WebClient'; export type ChannelsSetTopicResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; provided?: string; topic?: string; }; //# sourceMappingURL=ChannelsSetTopicResponse.d.ts.map