nestjs-temporal-core
    Preparing search index...

    Interface NestJSWrapper

    NestJS wrapper interface for discovery service

    interface NestJSWrapper {
        instance?: Record<string, unknown>;
        metatype?: new (...args: unknown[]) => Record<string, unknown>;
    }
    Index

    Properties

    Properties

    instance?: Record<string, unknown>
    metatype?: new (...args: unknown[]) => Record<string, unknown>