Ts.ED
    Getting started
    Configuration
    Docs
    • Overview

      • Controllers
      • Providers
      • Models
      • Converters
      • Middlewares
      • Pipes
      • Interceptors
      • Authentication
      • Hooks
      • Exceptions
      • Platform API
    • Advanced

      • Request context
      • Validation
      • Injection scopes
      • Custom providers
      • Custom endpoint decorators
      • Testing
      • Api Reference
    Guide
    • Examples
    • Session & cookies
    • Passport.js
    • TypeORM
    • Mongoose
    • GraphQL
    • Seq
    • Socket.io
    • Swagger
    • Validation with AJV
    • Upload files
    • Serve static files
    • Templating
    • Throw HTTP exceptions
    • Customize 404
    • AWS project
    • Jest
    Versions
    • v4 (obsolete)
    • v6 (current)
    Getting started
    Configuration
    Docs
    • Overview

      • Controllers
      • Providers
      • Models
      • Converters
      • Middlewares
      • Pipes
      • Interceptors
      • Authentication
      • Hooks
      • Exceptions
      • Platform API
    • Advanced

      • Request context
      • Validation
      • Injection scopes
      • Custom providers
      • Custom endpoint decorators
      • Testing
      • Api Reference
    Guide
    • Examples
    • Session & cookies
    • Passport.js
    • TypeORM
    • Mongoose
    • GraphQL
    • Seq
    • Socket.io
    • Swagger
    • Validation with AJV
    • Upload files
    • Serve static files
    • Templating
    • Throw HTTP exceptions
    • Customize 404
    • AWS project
    • Jest
    Versions
    • v4 (obsolete)
    • v6 (current)
    • RegistryKey

      • Overview

      # RegistryKey Type alias private

      Module
      import { RegistryKey } from "@tsed/core/src/class/Registry"
      Source/packages/core/src/class/Registry.ts

      # Overview

      type RegistryKey = string | symbol | Type<any> | Function | any;

        Other
        topics

      • Session & cookies
      • Passport.js
      • TypeORM
      • Mongoose
      • GraphQL
      • Socket.io
      • Swagger
      • AJV
      • Multer
      • Serve static files
      • Templating
      • Throw HTTP Exceptions
      • Customize 404
      • AWS
      • Jest
      • Seq
      • Controllers
      • Providers
      • Model
      • Converters
      • Middlewares
      • Pipes
      • Interceptors
      • Authentication
      • Hooks
      • Injection scopes
      • Custom providers
      • Custom endpoint decorator
      • Testing

      Caught a mistake or want to contribute to the documentation? Edit on Github

      Contribute

      Help shape the future of Ts.Ed by joining our team and send us pull requests via our GitHub repository!

      License

      Released under the MIT License - © Copyright 2016 - 2022.

      0