mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-08 07:49:17 +00:00
organize models and new modules
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Chunk } from '../chunk';
|
||||
|
||||
export interface InfoTrackerNameChunk extends Chunk {
|
||||
tracker_name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user