export interface IAtSymbol { id?: number; code: string; name: string; isActive?: boolean; isOff?: boolean; isHolidayCal?: boolean; isInsArising?: boolean; isPortal?: boolean; isRegister?: boolean; isHaveSal?: boolean; }