Type alias RawActionConfig

RawActionConfig: {
    paramRules: RawParamRules;
    valueLimitPerUse: bigint;
}

Represents the raw configuration for an action.

Type declaration