# GetLineupResponse ## Example Usage ```typescript import { GetLineupResponse } from "@lukehagar/plexjs/models/operations"; let value: GetLineupResponse = { headers: { "key": [], "key1": [ "", "", ], }, }; ``` ## Fields | Field | Type | Required | Description | | -------------------------- | -------------------------- | -------------------------- | -------------------------- | | `headers` | Record | :heavy_check_mark: | N/A |