---
meta:
 - name: keywords
   description: api typescript node.js documentation removeHiddenOperation function
---
# removeHiddenOperation - @tsed/schema

## Usage

```typescript
import { removeHiddenOperation } from "@tsed/schema";
```

> See [/packages/specs/schema/src/utils/removeHiddenOperation.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/schema/src/utils/removeHiddenOperation.ts#L0-L0).

## Overview

```ts
function removeHiddenOperation(operationStore: JsonMethodStore): boolean;
```
