# CodeSampleData

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/CodeSample.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/CodeSample.ts#L15)

Matches the OpenAPI `x-codeSamples` entries the spec pipeline generates (lang + source).

## Properties

| Property | Type |
|---|---|
| `lang` | `string` |
| `source` | `string` |
