mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-07 07:19:23 +00:00
format
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { Chunk } from '../chunk.js';
|
||||
|
||||
export interface InfoSystemNameChunkData {
|
||||
systemName: string;
|
||||
systemName: string;
|
||||
}
|
||||
|
||||
export interface InfoSystemNameChunk {
|
||||
chunk: Chunk;
|
||||
data: InfoSystemNameChunkData;
|
||||
chunk: Chunk;
|
||||
data: InfoSystemNameChunkData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user