@plaidev/karte-action-sdk 1.1.197 → 1.1.198-28170852.9d9fb983

Sign up to get free protection for your applications and to get access to all the features.
@@ -1721,9 +1721,11 @@ declare namespace widget {
1721
1721
  [key: string]: any;
1722
1722
  }>;
1723
1723
  /** @internal */
1724
- function setupActionTable(localVariablesQuery: any, apiKey: string): Promise<{
1724
+ function setupActionTable(localVariablesQuery: Array<VariableQuery>, apiKey: string): Promise<{
1725
1725
  success: boolean;
1726
1726
  }>;
1727
+ /** @internal */
1728
+ function initActionTable(localVariablesQuery: Array<VariableQuery> | undefined): void;
1727
1729
  /**
1728
1730
  * モーダル(ポップアップ)のプロパティ
1729
1731
  *