Type Alias SetPrivateOperation

SetPrivateOperation: {
    key: PrivateKeyName;
    target: Expression;
    value: Expression;
}