UNPKG

311 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AppsManifestUpdateResponse = WebAPICallResult & {
3 app_id?: string;
4 error?: string;
5 needed?: string;
6 ok?: boolean;
7 permissions_updated?: boolean;
8 provided?: string;
9};
10//# sourceMappingURL=AppsManifestUpdateResponse.d.ts.map
\No newline at end of file