Skip to main content

Type Alias: TransferPolicyRule

type TransferPolicyRule = object;

The Transfer Policy rule.

Properties

rule

rule: string;

packageId

packageId: string;

resolveRuleFunction()

resolveRuleFunction: (rule) => 
| ObjectArgument
| void
| Promise<ObjectArgument | void>;

Parameters

ParameterType
ruleRuleResolvingParams

Returns

| ObjectArgument | void | Promise<ObjectArgument | void>


hasLockingRule?

optional hasLockingRule: boolean;