couch-kit
    Preparing search index...

    Interface RecordedAction<A>

    A recorded action with timing metadata.

    interface RecordedAction<A extends IAction = IAction> {
        action: A;
        timestamp: number;
    }

    Type Parameters

    Index
    action: A
    timestamp: number