import { M2m } from './M2m';
/**
 * M2M created
 */
export type M2mCreateResponse = M2m;
