mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-04 13:59:14 +00:00
organize models and new modules
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Chunk } from '../chunk';
|
||||
import { InfoTrackerNameChunk } from './info-tracker-name-chunk';
|
||||
|
||||
export interface InfoTrackerChunk extends Chunk {
|
||||
tracker_name?: InfoTrackerNameChunk;
|
||||
}
|
||||
Reference in New Issue
Block a user