> ## Documentation Index
> Fetch the complete documentation index at: https://omss.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EmittedSource

> Helper types for the structure that should be passed into the emitter.

```typescript
type EmittedSource = Omit<SourceWithLanguages, "provider"> | Omit<SourceWithAudioTracks, "provider">
```


## Related topics

- [EmittedSubtitle](/sdk-artifacts/types/EmittedSubtitle.md)
- [ObjectToClean](/sdk-artifacts/types/ObjectToClean.md)
- [Source](/sdk-artifacts/types/Source.md)
