UNPKG

koishi-plugin-kbot

Version:
7 lines (6 loc) 152 B
interface VoiceStyle { style_arr: string[]; role_arr?: string[]; } export declare function getVoiceStyle(voice: string): VoiceStyle; export {};