UNPKG

350 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AppsUninstallResponse = WebAPICallResult & {
3 error?: string;
4 needed?: string;
5 ok?: boolean;
6 provided?: string;
7 response_metadata?: ResponseMetadata;
8};
9export interface ResponseMetadata {
10 messages?: string[];
11}
12//# sourceMappingURL=AppsUninstallResponse.d.ts.map
\No newline at end of file