UNPKG

koishi-plugin-adapter-iirose

Version:

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

12 lines (11 loc) 270 B
export interface MediaListCallback { id: string; length: number; title: string; color: string; name: string; type: number; avatar: string; cover: string; } export declare const mediaListCallback: (message: string) => MediaListCallback[];