import { M2m } from './M2m';
/**
 * M2M Updated
 */
export type M2mUpdateResponse = M2m;
