mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-19 22:24:17 +00:00
organize models and new modules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Chunk } from '../chunk';
|
||||
import { DataTrackerChunk } from './data-tracker-chunk';
|
||||
|
||||
export interface DataTrackerListChunk extends Chunk {
|
||||
trackers: {
|
||||
[key: number]: DataTrackerChunk;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user