Type alias IngestibleSnapshot<T>

IngestibleSnapshot<T>: Pick<Snapshot<T>, "v" | "type" | "data">

Type Parameters

  • T = any