@rbxts/types 1.0.803 → 1.0.804
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10432,7 +10432,7 @@ interface DataStoreKeyInfo extends Instance {
|
|
|
10432
10432
|
*
|
|
10433
10433
|
* * [Data Stores](https://developer.roblox.com/en-us/articles/data-store), an in-depth guide on data structure, management, error handling, etc.
|
|
10434
10434
|
*/
|
|
10435
|
-
GetUserIds(this: DataStoreKeyInfo):
|
|
10435
|
+
GetUserIds(this: DataStoreKeyInfo): Array<number>;
|
|
10436
10436
|
}
|
|
10437
10437
|
|
|
10438
10438
|
/** An instance describing version information for a key, including the version string, created time, and whether it has been marked as deleted.
|