🦜
Size: a a a
🦜
DS
E
YL
DS
touched, dirtyA
DS
A
type Order = {
location: {
city: string,
street: string,
…
},
positions: [{
id: string,
quantity: number
}],
receipient: {
name: string,
…
}
}DS
type Order = {
location: {
city: string,
street: string,
…
},
positions: [{
id: string,
quantity: number
}],
receipient: {
name: string,
…
}
}A
DS
type Order = {
location: {
city: string,
street: string,
…
},
positions: [{
id: string,
quantity: number
}],
receipient: {
name: string,
…
}
}A
DS
DS
A
DS
🦜
🦜