#interface

2 commande(s) avec le tag #interface

Commandes partagées par la communauté CodeBox, copiables en un clic.

Génère un Contract/Interface (Laravel 11+).

bash
php artisan make:interface NomInterface

Génère une interface TypeScript.

bash
ng g interface interfaces/user