UNPKG

koishi-plugin-adapter-iirose

Version:

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

9 lines (8 loc) 223 B
export interface GetUserListCallback { avatar: string; username: string; color: string; room: string; uid: string; } export declare const getUserListCallback: (message: string) => GetUserListCallback[];