mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-01 04:19:19 +00:00
organize models and new modules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Chunk } from '../chunk';
|
||||
import { PacketHeaderChunk } from '../packet-header-chunk';
|
||||
import { DataTrackerListChunk } from './data-tracker-list-chunk';
|
||||
|
||||
export interface DataPacketChunk extends Chunk {
|
||||
packet_header: PacketHeaderChunk;
|
||||
tracker_list: DataTrackerListChunk;
|
||||
}
|
||||
Reference in New Issue
Block a user