UNPKG

@kintone/customize-uploader

Version:
7 lines (6 loc) 161 B
import type { Lang } from "../lang"; export declare const inquireInitParams: (lang: Lang) => Promise<{ appId: string; scope: string; lang: Lang; }>;