---
url: /api/specs/schema/types/utils/function-is-success-status.md
description: api documentation of isSuccessStatus from @tsed/schema
---

## Usage

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

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

## Overview

```ts
const isSuccessStatus: (code: string | number | undefined) => boolean | 0;
```
