nestjs-temporal-core
    Preparing search index...

    Interface ActivityMethodInfo

    Activity method metadata with proper typing

    interface ActivityMethodInfo {
        metadata: ActivityMethodOptions;
        methodName: string;
        name: string;
    }
    Index

    Properties

    methodName: string
    name: string