export default interface IDataSnippet { name: string; value: any; timestamp: number; commandId: number; }