Interface SnapshotCallEntry

Description

Single recorded method call.

interface SnapshotCallEntry {
    args: unknown[];
    result: SnapshotResult;
}

Properties

Properties

args: unknown[]