Documentation
    Preparing search index...

    Type Alias WorkflowDefinition<P, M>

    type WorkflowDefinition<P extends string, M> = {
        name: P;
    }

    Type Parameters

    • P extends string
    • M
    Index

    Properties

    Properties

    name: P