export const operations = { showPetById: { path: '/pets/:pet_id', method: 'get', }, } as const