Skip to content
On this page

Home > @plaidev/karte-action-sdk > widget > CollectionConfig

widget.CollectionConfig type

アクションテーブルの設定情報

Signature:

typescript
type CollectionConfig = {
        api_key: string;
        table: string;
        collection_endpoint?: string;
    };