import { WebAPICallResult } from '../../WebClient'; export type MpimCloseResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; provided?: string; response_metadata?: ResponseMetadata; warning?: string; }; export interface ResponseMetadata { messages?: string[]; warnings?: string[]; } //# sourceMappingURL=MpimCloseResponse.d.ts.map