UNPKG

koishi-plugin-adapter-iirose

Version:

IIROSE-[蔷薇花园](https://iirose.com/)适配器

11 lines (10 loc) 282 B
import { IIROSE_Bot } from '../bot'; export interface Stock { userId: string; totalStock: number; totalMoney: number; unitPrice: number; personalStock: number; personalMoney: number; } export declare const stock: (message: string, bot: IIROSE_Bot) => Stock;