add i18n, products, productors and forms as tables
This commit is contained in:
8
frontend/src/services/resources/users.ts
Normal file
8
frontend/src/services/resources/users.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Product } from "@/services/resources/products";
|
||||
|
||||
export type User = {
|
||||
id: number;
|
||||
name: string;
|
||||
email: string;
|
||||
products: Product[];
|
||||
}
|
||||
Reference in New Issue
Block a user