nestjs-temporal-core
    Preparing search index...

    Interface QueryMethodMetadata

    Metadata for query methods discovered through

    decorator.

    interface QueryMethodMetadata {
        methodName: string;
        queryName: string;
    }
    Index

    Properties

    methodName: string
    queryName: string