/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface UpdatePetWithFormRequest { /** * Name of pet that needs to be updated */ name?: string; /** * Status of pet that needs to be updated */ status?: string; }