interface IFilesystemStorageDriverConfig {
    rootPath: string;
}

Properties

Properties

rootPath: string