mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
value can be any
This commit is contained in:
parent
ab5184f9a6
commit
5f99bdbdf0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { InputNode, ToneAudioNode, ToneAudioNodeOptions } from "../core/context/
|
|||
import { optionsFromArguments } from "../core/util/Defaults";
|
||||
|
||||
interface SignalOptions extends ToneAudioNodeOptions {
|
||||
value: number;
|
||||
value: any;
|
||||
units: Unit;
|
||||
convert: boolean;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue