Website/db/app/core/dataaccess/ItemBackend.ts
2022-04-08 12:00:26 -04:00

14 lines
376 B
TypeScript

export const getItem = (test:any,test2:any):any=>{return null}
export const getItemHierarchy = (test:any,test2:any):any =>{return null}
export const searchItem = (test:any,test2:any):any[] =>{ return [
{
item:{
_id: 'ABCDE',
_name: 'Name',
},
locale:{
name: "test"
}
}
]}