Files
plexjs/docs/models/shared/format.md

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 |