Interface ConnectionsFileInterface

interface ConnectionsFileInterface {
    [key: string]: SecureConnectionProfileInterface;
}

Indexable