mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-31 20:09:16 +00:00
format
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { Chunk } from '../chunk.js';
|
||||
|
||||
export interface DataTrackerTimestampChunkData {
|
||||
timestamp: bigint;
|
||||
timestamp: bigint;
|
||||
}
|
||||
|
||||
export interface DataTrackerTimestampChunk {
|
||||
chunk: Chunk;
|
||||
data: DataTrackerTimestampChunkData;
|
||||
chunk: Chunk;
|
||||
data: DataTrackerTimestampChunkData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user