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

    Type Alias PostBasicHookDescription<mDT>

    type PostBasicHookDescription<mDT> = {
        from: string;
        handler: PostHookHandler<mDT>;
        kind: "post hook";
        to: string;
    }

    Type Parameters

    • mDT
    Index
    from: string
    kind: "post hook"
    to: string