Interface ConfigMounts

interface ConfigMounts {
    [K: AbsolutePath]: Backend;
}

Indexable

[K: AbsolutePath]: Backend