forked from RiseUP/riseup-squad20
- Fix patientId type to accept string | number | null to handle UUID values - Remove Number() conversion that was causing NaN errors on edit - Add debug console logs to track data loading process - Remove reference to non-existent photo_url field from Paciente type - Ensure form fields are properly populated with patient data when editing
7 lines
262 B
TypeScript
7 lines
262 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference path="./.next/types/routes.d.ts" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|