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
| Parameter | Type |
|---|---|
rule | RuleResolvingParams |
Returns
| ObjectArgument
| void
| Promise<ObjectArgument | void>
hasLockingRule?
optional hasLockingRule: boolean;