# GetLibraryItemsHasThumbnail Indicates if the part has a thumbnail. ## Example Usage ```typescript import { GetLibraryItemsHasThumbnail } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetLibraryItemsHasThumbnail = GetLibraryItemsHasThumbnail.True; ``` ## Values | Name | Value | | ------- | ------- | | `False` | 0 | | `True` | 1 |