Appearance
Home > @plaidev/karte-action-sdk > CollectionConfig
CollectionConfig type
アクションテーブルの設定情報
Signature:
typescript
type CollectionConfig = {
api_key: string;
table: string;
collection_endpoint?: string;
};