merge to kintone exec

This commit is contained in:
2025-01-26 20:18:17 +09:00
9 changed files with 134 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
import type { FieldLayout, FieldsJoinMapping, JoinTable, Record, RecordForParameter, SavedData, WhereCondition } from "@/types/model";
import type { isType, OneOf } from "./kintone-rest-api-client";
import { type OneOf ,isType} from "./field-types";
declare var KintoneRestAPIClient: typeof import("@kintone/rest-api-client").KintoneRestAPIClient;
export class KintoneIndexEventHandler {
private config: SavedData<FieldLayout>;