CSVWave🔗Definition🔗export interface CSVWave { labels?: string; name?: string; timeStep?: number; valuesCSV?: string; } See also🔗 CSVWaveBuilder