mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-29 02:49:21 +00:00
format
This commit is contained in:
@@ -2,10 +2,10 @@ import type { Chunk } from '../chunk.js';
|
||||
import type { InfoTrackerNameChunk } from './info-tracker-name-chunk.js';
|
||||
|
||||
export interface InfoTrackerChunkData {
|
||||
trackerName: InfoTrackerNameChunk;
|
||||
trackerName: InfoTrackerNameChunk;
|
||||
}
|
||||
|
||||
export interface InfoTrackerChunk {
|
||||
chunk: Chunk;
|
||||
data?: InfoTrackerChunkData;
|
||||
chunk: Chunk;
|
||||
data?: InfoTrackerChunkData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user