/** * @example * {} */ export interface UpdateLabTestRequest { name?: string; active?: boolean; }