Files
plexjs/docs/models/country.md

578 B
Raw Blame History

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