UNPKG

worksheets-cli

Version:
15 lines (14 loc) 439 B
import { AppService } from './app'; declare class AppPushservice extends AppService { constructor(); pushApp(ownerName?: string, appName?: string): Promise<void>; private deleteFiles; private deleteFile; private getLocalAppFiles; private getAppLinkWithContent; private getAppLink; private saveFile; private getSaveAppLink; } export declare const appPushService: AppPushservice; export {};