interface //here is my interface file
`export interface User { userId?:string; name:string; tech:string; }`