TSFastifyExample/types/routes.ts
creations 1ccf80474c Common changes for simplicity
Changed fastify handler to handle the actual registration of the rout file with the routeinfo. changed all ' to " instead moves types and interfaces to the respective folders and files
2024-08-09 07:10:21 -04:00

1 line
No EOL
87 B
TypeScript

export type TMethod = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS" | "HEAD";