nestjs-temporal-core
    Preparing search index...

    Interface UpdateMethodMetadata

    Metadata for update methods discovered through

    decorator.

    interface UpdateMethodMetadata {
        methodName: string;
        updateName: string;
    }
    Index
    methodName: string
    updateName: string