NextJs: Type declaration for images imported from public folder – Javascript
Can I know the what is the type declaration for images that are imported from public folder in nextjs. I created a file called data in utils folder. Inside data file I imported the images from public folder and created…