/** * This file was auto-generated by Fern from our API Definition. */ import * as PetstoreApi from "../../../.."; /** * @example * {} */ export interface FindPetsByStatusRequest { /** * Status values that need to be considered for filter */ status?: PetstoreApi.FindPetsByStatusRequestStatus; }