---
url: >-
  /api/third-parties/socketio/types/interfaces/interface-socket-injectable-nsp.md
description: api documentation of SocketInjectableNsp from @tsed/socketio
---

## Usage

```typescript
import { SocketInjectableNsp } from "@tsed/socketio";
```

> See [/packages/third-parties/socketio/src/interfaces/SocketInjectableNsp.ts](https://github.com/tsedio/tsed/blob/v8.38.8/packages/third-parties/socketio/src/interfaces/SocketInjectableNsp.ts#L0-L0).

## Overview

```ts
interface SocketInjectableNsp {
    propertyKey: string;
    nsp?: string | RegExp;
}
```

## propertyKey

```ts
propertyKey: string;
```

## nsp

```ts
nsp?: string | RegExp;
```
