Initial commit
This commit is contained in:
7
stores/interfaces/AudioNodeItem.ts
Normal file
7
stores/interfaces/AudioNodeItem.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface AudioNodeItem {
|
||||
type: string;
|
||||
node: AudioNode | null;
|
||||
started?: boolean | false;
|
||||
previousNodeName?:string;
|
||||
nextNodeName?:string;
|
||||
}
|
Reference in New Issue
Block a user