interface OutputBundle {
    [fileName: string]: OutputAsset | OutputChunk;
}

Indexable

[fileName: string]: OutputAsset | OutputChunk