mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
828 B
828 B
Flavor
0: The country is divided into regions, and following the key will lead to a list of regions.1: The county is divided by postal codes, and an example code is returned inexample.2: The country has a single postal code, returned inexample.
Example Usage
import { Flavor } from "@lukehagar/plexjs/models/operations";
let value: Flavor = Flavor.Two;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<number> branded type.
| Name | Value |
|---|---|
Zero |
0 |
One |
1 |
Two |
2 |
| - | Unrecognized<number> |