Skip to content

Commit

Permalink
#139: fix type name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Feb 23, 2023
1 parent 6eddfd7 commit 5c9571e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/dist/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Provides default functionality that can be overwritten by child metadata type cl
<dd></dd>
<dt><a href="#DataExtensionMap">DataExtensionMap</a> : <code>object</code></dt>
<dd></dd>
<dt><a href="#beforeAfterAccountUserDocument">beforeAfterAccountUserDocument</a> : <code>object</code></dt>
<dt><a href="#AccountUserDocumentDiff">AccountUserDocumentDiff</a> : <code>object</code></dt>
<dd></dd>
<dt><a href="#AutomationActivity">AutomationActivity</a> : <code>object</code></dt>
<dd></dd>
Expand Down Expand Up @@ -7593,9 +7593,9 @@ key=customer key
| [Template] | <code>object</code> | - |
| [Template.CustomerKey] | <code>string</code> | key of optionally associated DE teplate |

<a name="beforeAfterAccountUserDocument"></a>
<a name="AccountUserDocumentDiff"></a>

## beforeAfterAccountUserDocument : <code>object</code>
## AccountUserDocumentDiff : <code>object</code>
**Kind**: global typedef
**Properties**

Expand Down
2 changes: 1 addition & 1 deletion types/mcdev.d.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const SDK = require('sfmc-sdk');
* @property {string} LastSuccessfulLogin this.timeSinceDate(user.LastSuccessfulLogin)
* @property {string} CreatedDate user.CreatedDate
* @property {string} ModifiedDate user.ModifiedDate
* @typedef {{before:AccountUserDocument,after:AccountUserDocument}} beforeAfterAccountUserDocument
* @typedef {{before:AccountUserDocument,after:AccountUserDocument}} AccountUserDocumentDiff
*/

/**
Expand Down

0 comments on commit 5c9571e

Please sign in to comment.