# ConfigResponseLogSourcing

## Example Usage

```typescript
import { ConfigResponseLogSourcing } from "@interfere/sdk/models";

let value: ConfigResponseLogSourcing = "sdk";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript
"sdk" | "drain" | Unrecognized<string>
```