fix: Add board_enabled to SystemSettings interface

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AutonetSellCar Deploy
2026-01-10 01:39:20 +09:00
parent b86e50e734
commit 0b6bdf44e3

View File

@@ -560,6 +560,7 @@ export interface SystemSettings {
cc_per_view: number;
cc_signup_bonus: number;
cache_ttl_hours: number;
board_enabled?: boolean;
}
export const settingsApi = {