interface Snapshot<T> {
    snapshot: T;
    sys: MetaSysProps & {
        snapshotEntityType: string;
        snapshotType: string;
    };
    toPlainObject(): SnapshotProps<T>;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Methods

Properties

snapshot: T
sys: MetaSysProps & {
    snapshotEntityType: string;
    snapshotType: string;
}

Methods