Skip to content

@saflib/object-store


Type Alias: CreateObjectStoreOptions

CreateObjectStoreOptions = { rootPath: string; type: "disk"; } | { type: "test"; }