UNPKG

koishi-plugin-adapter-iirose

Version:
12 lines (11 loc) 228 B
export interface SelfMove { id: string; } /** * 解析自身移动房间的消息 * @param message 消息 * @returns {{id: string} | undefined} */ export declare const selfMove: (message: string) => { id: string; };