File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export function buildNewSyncMap<Value extends SyncMapValues>(
182
182
export function changeSyncMapById < Value extends SyncMapValues > (
183
183
client : Client ,
184
184
Template : SyncMapTemplate < Value > ,
185
- id : { id : string } | string ,
185
+ id : string ,
186
186
diff : Partial < Value >
187
187
) : Promise < void >
188
188
export function changeSyncMapById <
@@ -191,7 +191,7 @@ export function changeSyncMapById<
191
191
> (
192
192
client : Client ,
193
193
Template : SyncMapTemplate < Value > ,
194
- id : { id : string } | string ,
194
+ id : string ,
195
195
key : ValueKey ,
196
196
value : Value [ ValueKey ]
197
197
) : Promise < void >
@@ -244,7 +244,7 @@ export function changeSyncMap<
244
244
export function deleteSyncMapById (
245
245
client : Client ,
246
246
Template : SyncMapTemplate ,
247
- id : { id : string } | string
247
+ id : string
248
248
) : Promise < void >
249
249
250
250
/**
You can’t perform that action at this time.
0 commit comments