UNPKG

fsl-js-sdk

Version:
6 lines (5 loc) 179 B
export declare class GoogleUpload { constructor(accessToken: string); upload(data: string, fileName?: string): Promise<string>; download(fileId: string): Promise<string>; }