Interface ReplayFile

Represents a recorded session.

interface ReplayFile {
    interactions?: ReplayInteraction[];
    replayId?: string;
}

Properties

interactions?: ReplayInteraction[]
replayId?: string
MMNEPVFCICPMFPCPTTAAATR