brows3r — TypeScript API
    Preparing search index...

    Interface ActiveDiff

    The minimal shape kept in store for a live diff.

    interface ActiveDiff {
        id: string;
        payload: DiffPayload;
    }
    Index

    Properties

    Properties

    id: string
    payload: DiffPayload