UNPKG

koishi-plugin-dicex

Version:
7 lines (6 loc) 195 B
export declare class DicePluginConfig { constructor(config: DicePluginConfigLike); maxPoint: number; maxTimes: number; } export type DicePluginConfigLike = Partial<DicePluginConfig>;