# Format The image type ## Example Usage ```typescript import { Format } from "@lukehagar/plexjs/sdk/models/shared"; let value: Format = Format.Jpg; ``` ## Values | Name | Value | | ----- | ----- | | `Jpg` | jpg | | `Png` | png |