Skip to content
On this page

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

CollectionConfig type

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

Signature:

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