# Type alias Namespace

Type alias
Module
import { Namespace } from "@tsed/socketio"
Source/packages/third-parties/socketio/src/types/decorators/nsp.ts

# Overview

type Namespace = NamespaceType;
export type Nsp = NamespaceType;

export function Nsp(target: any, propertyKey?: string, index?: number): any;

export function Namespace(target: any, propertyKey?: string, index?: number): any;