export type User = { Id: number, Name: string, } export type Product = { Id: number, Name: string, Price: number }