mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 08:41:39 +01:00
6 lines
71 B
TypeScript
6 lines
71 B
TypeScript
interface itemChangeResult {
|
|
result: boolean,
|
|
count: number
|
|
}
|
|
|