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