# GetLibrarySectionsAllOperator ## Example Usage ```typescript import { GetLibrarySectionsAllOperator } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetLibrarySectionsAllOperator = { key: "=", title: "is", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `key` | *string* | :heavy_check_mark: | N/A | = | | `title` | *string* | :heavy_check_mark: | N/A | is |