Type Alias AmbienteUpdateByIdData

AmbienteUpdateByIdData: {
    id: string;
    requestBody: AmbienteInputUpdateDto;
}

Type declaration