Module CseResource.SearchType

type t =
  1. | Default
  2. | Image
    (*

    custom image search

    *)
val to_string : t -> string
val of_string : string -> t