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