export interface IHasConnectionFromTo {
    fId: string;
    fOutputId: string;
    fInputId: string;
}
