interface ConfigStorage {
    hostGlobalStoragePath: string;
    hostLogPath: string;
    hostStoragePath?: string;
}

Properties

hostGlobalStoragePath: string
hostLogPath: string
hostStoragePath?: string