import { GraphStreamCommand } from '../enums/GraphStreamCommand'; export interface GraphStreamJSON { type: GraphStreamCommand; args: string[]; }