import type * as OpenAPI from "../../schemas/v1";
export type POSTListItemBody = OpenAPI.operations["ListItemCreate"]["requestBody"]["content"]["application/json"];
export type POSTListItemResponse = OpenAPI.operations["ListItemCreate"]["responses"]["201"]["content"]["application/json"];
export type GETChannelListItemsResponse = OpenAPI.operations["ListItemReadMany"]["responses"]["200"]["content"]["application/json"];
export type GETListItemResponse = OpenAPI.operations["ListItemRead"]["responses"]["200"]["content"]["application/json"];
export type PATCHListItemBody = OpenAPI.operations["ListItemUpdate"]["requestBody"]["content"]["application/json"];
export type PATCHListItemResponse = OpenAPI.operations["ListItemUpdate"]["responses"]["200"]["content"]["application/json"];
//# sourceMappingURL=ListItems.d.ts.map