interface BliverDetail { uid: number username: string } type Blive = Record declare module 'koishi' { interface Channel { blive: Blive } }