Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Audition/2018/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ declare class AudioTrackCollection {
/**
* Returns an audio track by its index
*/
readonly index: AudioTrack
readonly [index: number]: AudioTrack

/**
* Number of audio tracks.
Expand Down Expand Up @@ -533,7 +533,7 @@ declare class AudioClipCollection {
/**
* Returns an audio clip by its index
*/
readonly index: AudioClipCollection
readonly [index: number]: AudioClip

/**
* Number of audio clips.
Expand Down
Loading