JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias PostHookDescriptionWithAction<mDT>

    type PostHookDescriptionWithAction<mDT> = {
        action: string;
        from: string;
        handler: PostHookHandler<mDT>;
        kind: "post named";
        to: string;
    }

    Type Parameters

    • mDT
    Index
    action: string
    from: string
    kind: "post named"
    to: string