feat: backend MVP (auth/rbac, catalog, orders, fulfillment, invoices) + specs + scaffolds
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import type { ApiClient } from "@vmall/shared";
|
||||
|
||||
declare module "#app" {
|
||||
interface NuxtApp {
|
||||
$api: ApiClient;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user