export interface SubscriptionsSetting { /** * 订阅消息总开关 */ mainSwitch: boolean; /** * 每一个订阅模板的状态, */ itemSettings: Record; }