export interface DeveloperGetParams {
    id: string;
}
