interface GetPolicyRequest {
    expand?: ("transactionIntents" | "policyRules")[];
    id: string;
}

Properties

Properties

expand?: ("transactionIntents" | "policyRules")[]
id: string