Documentation

    Type Alias TransferPolicyRule

    The Transfer Policy rule.

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

    Properties

    hasLockingRule?: boolean
    packageId: string
    resolveRuleFunction: (
        rule: RuleResolvingParams,
    ) => ObjectArgument | void | Promise<ObjectArgument | void>
    rule: string
    MMNEPVFCICPMFPCPTTAAATR