mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
1.8 KiB
1.8 KiB
GetAllLanguagesResponse
Example Usage
import { GetAllLanguagesResponse } from "@lukehagar/plexjs/models/operations";
let value: GetAllLanguagesResponse = {
headers: {},
result: {},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
headers |
Record<string, string[]> | ✔️ | N/A |
result |
operations.GetAllLanguagesResponseBody | ✔️ | N/A |