koishi-plugin-toram
Version:
5 lines (4 loc) • 304 B
TypeScript
import { BotTodoItem } from "../BotTodoMgr";
export declare const MONTHLY_CARD_FINAL_REMINDER_TYPE = "monthly-card-final-reminder";
export declare function scheduleMonthlyCardFinalReminder(groupId: string): Promise<void>;
export declare function executeMonthlyCardFinalReminder(item: BotTodoItem): void;