mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-08 15:59:22 +00:00
align structure more with underlying chunk layout
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { Chunk } from '../chunk';
|
||||
|
||||
export interface InfoTrackerNameChunk extends Chunk {
|
||||
tracker_name: string;
|
||||
export interface InfoTrackerNameChunkData {
|
||||
trackerName: string;
|
||||
}
|
||||
|
||||
export interface InfoTrackerNameChunk {
|
||||
chunk: Chunk;
|
||||
data: InfoTrackerNameChunkData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user