Skip to content
On this page

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

SystemConfig type

KARTE のシステム設定情報

Signature:

typescript
type SystemConfig = {
    apiKey?: string;
    campaignId?: string;
    shortenId?: string;
};