UNPKG

@kintone/customize-uploader

Version:
6 lines (5 loc) 451 B
import type { CustomizeManifest } from "./index"; import type { Lang } from "../lang"; export declare const getInitCustomizeManifest: (appId: string, scope: "ALL" | "ADMIN" | "NONE") => CustomizeManifest; export declare const generateCustomizeManifest: (customizeManifest: CustomizeManifest, destDir: string) => Promise<any>; export declare const runInit: (appId: string, scope: "ALL" | "ADMIN" | "NONE", lang: Lang, destDir: string) => Promise<any>;