koishi-plugin-ba-raid
Version:
28 lines (27 loc) • 660 B
TypeScript
import { Context } from 'koishi';
declare module 'koishi' {
interface Tables {
ba_jp_total: baJPTotal;
}
}
export interface baJPTotal {
season: number;
boss_name: string;
boss_type: string;
time: string;
}
export declare namespace DB {
function initTotalTable(ctx: Context): Promise<void>;
}
export declare const mapper: {
大蛇·薇娜: string[];
"\u767D\uFF06\u9ED1": string[];
球球·赫赛德: string[];
主教: string[];
佩洛洛斯拉: string[];
HOD: string[];
GOZ: string[];
GREGORIUS: string[];
"\u82E5\u85FB&\u6C14\u57AB\u8239": string[];
猫鬼·黑影: string[];
};