chore: add tuyau

This commit is contained in:
Sonny
2025-08-06 19:09:22 +02:00
parent 216c404b16
commit 8b176e3d0e
8 changed files with 665 additions and 40 deletions

3
shared/types/index.ts Normal file
View File

@@ -0,0 +1,3 @@
import { api } from '#adonis/api';
export type ApiRouteName = (typeof api.routes)[number]['name'];