Interface ISnapshotable<Snapshot>

interface ISnapshotable<Snapshot> {
    getSnapshot(): Snapshot;
}

Type Parameters

  • Snapshot

Hierarchy (view full)

Methods

Methods