export interface ISwitchState { id: string; checked: boolean; }