You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/invites/dtos.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ export namespace Invite {
11
11
* @enum {string}
12
12
*/
13
13
exportenumConflictResolutionStrategyEnum{
14
-
/** (Default) Create a new access record which matches the statements in this invite. The record ID will be randomly generated and is unpredictable. */
14
+
/** (Default) Create a new access record which matches the statements in this invite. The record ID will be randomly generated and is unpredictable. */
15
15
GENERATE_NEW_RECORD='GENERATE_NEW_RECORD',
16
16
/** Add the user and statements to the existing record. This will cause the user to gain all the permissions already defined in that record and will cause all the users currently in that record to gain all the additional permissions defined in the invite. */
0 commit comments