nestjs-temporal-core
    Preparing search index...

    Interface SignalMethodExtractionResult

    Signal method extraction result

    interface SignalMethodExtractionResult {
        errors: { error: string; method: string }[];
        methods: Record<string, string>;
        success: boolean;
    }
    Index

    Properties

    errors: { error: string; method: string }[]
    methods: Record<string, string>
    success: boolean