mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
feat: Working on backend storage providers.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {DatabaseWith} from "@/db/schema/07_database";
|
||||
import {StorageChannel} from "@/db/schema/12_storage-channel";
|
||||
import {sendNotificationsBackupRestore} from "@/features/notifications/helpers";
|
||||
|
||||
|
||||
export async function storeFileBackup(database: DatabaseWith, file: Buffer) {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user