UNPKG

simform-pocket-cli

Version:
6 lines (5 loc) 261 B
/** * Main function to handle the post-build process */ declare const deployApp: (applicationId: string, buildPath: string, appToken: any, baseUrl?: string, releaseNotes?: string) => Promise<import("axios").AxiosResponse<any, any>>; export default deployApp;