Interface LocalSnapshotCommand

Request a full snapshot refresh.

interface LocalSnapshotCommand {
    type: "snapshot";
}

Properties

Properties

type: "snapshot"