// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. import Foundation extension Operations { /// Whether to include external media in the search results. public enum GetSearchAllLibrariesQueryParamIncludeExternalMedia: Int, Codable, APIValue { case disable = 0 case enable = 1 }}