UNPKG

@muddykat-tech/buttercup-server-client

Version:

Basic client for Buttercup database server

8 lines (7 loc) 257 B
export interface InternalPutFileContentsOptions { databaseURL: string; databaseUUID: string; fileIdentifier: string; encryptedData: string; } export declare function putFileContents(options: InternalPutFileContentsOptions): Promise<string>;