// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. import Foundation extension Operations { public enum GetSearchAllLibrariesHasThumbnail: String, Codable, APIValue { case `false` = "0" case `true` = "1" }}