export interface IFndyObject { Created?: number; Updated?: number; created_by?: string; accountId?: string; deviceId: string; typeId?: string; isParent?: boolean; [index: string]: any; }