UNPKG

@recursyve/forms-frontend

Version:
5 lines (4 loc) 181 B
export declare abstract class FormStorageInterface { abstract upload(file: File, path: string): Promise<string[]>; abstract getDownloadUrl(name: string): Promise<string>; }