Appearance
Home > @plaidev/karte-action-sdk > SystemConfig
SystemConfig type
KARTE のシステム設定情報
Signature:
typescript
type SystemConfig = {
apiKey?: string;
collection_endpoint?: string;
campaignId?: string;
shortenId?: string;
};