condition merged

This commit is contained in:
2025-01-26 17:27:08 +09:00
12 changed files with 237 additions and 187 deletions

View File

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