feat: add blob to storage types

This commit is contained in:
jingi
2026-06-19 13:48:42 -07:00
parent 61bc4a286d
commit 76a7c2ce43
+1
View File
@@ -4,6 +4,7 @@ export type StorageProviderKind =
| 'local'
| 's3'
| 'google-drive'
| 'blob'
;
export type StorageAction =