/** * This file was auto-generated by Fern from our API Definition. */ /** * Search for the given value, returning matching rows. For exact matches, wrap the value in double quotes ("Bob"). To search for null values, send empty double quotes ("") */ export type SearchValue = string;