type alias StorageProviderType

Supported storage back-ends.

Definition

"memory" | "local" | "s3" | "gcs" | "azure" | "b2"

Usage

import { type StorageProviderType } from "storage-plugin/src/index.ts";