mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
578 B
578 B
Country
Example Usage
import { Country } from "@lukehagar/plexjs";
let value: Country = {
tag: "United States of America",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
tag |
string | ➖ | N/A | United States of America |