Skip to content
On this page

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

ActionVariables type

アクションの変数

Signature:

typescript
type ActionVariables = {
    [key: string]: any;
};