UNPKG

@caidrive/shared

Version:

caidrive.shared.components

7 lines (6 loc) 240 B
/// <reference types="node" /> import { Result } from "../../core"; import { StorageFile } from "./storage.file"; export interface IStorageService { addResource(data: Buffer, file: StorageFile, path: string): Promise<Result<string>>; }