initial generation

This commit is contained in:
Luke Hagar
2025-05-16 17:01:58 -05:00
parent a151324ae9
commit 5994271d04
690 changed files with 61620 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# UiConfigResource
## Example Usage
```typescript
import { UiConfigResource } from "prowlarr";
let value: UiConfigResource = {};
```
## Fields
| Field | Type | Required | Description |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `id` | *number* | :heavy_minus_sign: | N/A |
| `firstDayOfWeek` | *number* | :heavy_minus_sign: | N/A |
| `calendarWeekColumnHeader` | *string* | :heavy_minus_sign: | N/A |
| `shortDateFormat` | *string* | :heavy_minus_sign: | N/A |
| `longDateFormat` | *string* | :heavy_minus_sign: | N/A |
| `timeFormat` | *string* | :heavy_minus_sign: | N/A |
| `showRelativeDates` | *boolean* | :heavy_minus_sign: | N/A |
| `enableColorImpairedMode` | *boolean* | :heavy_minus_sign: | N/A |
| `uiLanguage` | *string* | :heavy_minus_sign: | N/A |
| `theme` | *string* | :heavy_minus_sign: | N/A |