mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
236 B
Markdown
18 lines
236 B
Markdown
# Format
|
|
|
|
The image type
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Format } from "@lukehagar/plexjs/models/shared";
|
|
|
|
let value: Format = Format.Jpg;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ----- | ----- |
|
|
| `Jpg` | jpg |
|
|
| `Png` | png | |