UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

8 lines (7 loc) 277 B
export declare class FileService { private baseUrl; constructor(); getFiles(conversationId: string, path?: string): Promise<string[]>; getFile(conversationId: string, path: string): Promise<string>; getWorkspaceZip(conversationId: string): Promise<Blob>; }