this.gui
    Preparing search index...

    Type Alias MonadReplayMemory

    type MonadReplayMemory = {
        expression?: unknown;
        hash?: string;
        operator?: string | null;
        path?: string;
        prevHash?: string;
        timestamp?: number;
        value?: unknown;
    }
    Index

    Properties

    expression?: unknown
    hash?: string
    operator?: string | null
    path?: string
    prevHash?: string
    timestamp?: number
    value?: unknown