Logos DX
    Preparing search index...

    Type Alias ConnectConfig<Machines>

    type ConnectConfig<Machines extends Record<string, any>> = {
        data?: (context: any) => any;
        enters: string;
        from: keyof Machines;
        send: string;
        to: keyof Machines;
    }

    Type Parameters

    • Machines extends Record<string, any>
    Index

    Properties

    Properties

    data?: (context: any) => any
    enters: string
    from: keyof Machines
    send: string
    to: keyof Machines