Files
qweribot/src/items/items.d.ts

6 lines
71 B
TypeScript

interface itemChangeResult {
result: boolean,
count: number
}