Type Alias DefinePrivateOperation

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