weasel API - v0.8.0
    Preparing search index...

    Interface RegisteredOp<P>

    interface RegisteredOp<P> {
        apply: (payload: P) => void;
        revert: (payload: P) => void;
    }

    Type Parameters

    • P
    Index

    Properties

    Properties

    apply: (payload: P) => void
    revert: (payload: P) => void