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

Type Parameters

  • T

Type declaration

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