SnapshotType: T extends SpreadsheetData<infer TResult> ? TResult : never

Extracts the snapshot type from a SpreadsheetData instance

Type Parameters

  • T