import {
  ISoundLabel,
} from './ISoundLabel';

export interface INodeOptions {
  label?: ISoundLabel;
  volume?: number;
}
