export interface DRConnection {
    type: string;
    interface: Promise<any>;
}
