import { Developer } from './Developer';
/**
 * Developer Updated
 */
export type DeveloperUpdateResponse = Developer;
