# SdkStatusView

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/sdk/sdk-artifacts.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/sdk/sdk-artifacts.service.ts#L27)

## Properties

| Property | Type |
|---|---|
| `languages` | `string[]` |
| `allLanguages` | `readonly string[]` |
| `labels` | `Record<string, string>` |
| `generatorVersion` | `string` |
| `hasSpec` | `boolean` |
| `specHash` | `string | null` |
| `quality` | `SdkSpecQuality | null` |
| `artifacts` | `SdkArtifactView[]` |
