# FaultSource

`type` in `core` · v0.7.0

<https://docs.seedcord.org/packages/core/0.7.0/fault-source>

Where a reported fault came from.

## Declaration

```ts
type FaultSource = InteractionFaultSource | EventFaultSource;
```
