TransferPolicyRule: {
    hasLockingRule?: boolean;
    packageId: string;
    resolveRuleFunction: (
        rule: RuleResolvingParams,
    ) => ObjectArgument | void | Promise<ObjectArgument | void>;
    rule: string;
}

The Transfer Policy rule.

Type declaration