export namespace license {} export type license = { // 2025/07 updated start /** * @see https://cybozu.dev/ja/kintone/docs/js-api/license/is-trial/ */ isTrial: () => Promise; /** * @see https://cybozu.dev/ja/kintone/docs/js-api/license/get-course/ */ getSubscriptionPlan: () => Promise; // 2025/07 updated end };