UNPKG

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