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