@rbxts/types 1.0.779 → 1.0.780

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.
@@ -7562,7 +7562,7 @@ interface CollectionService extends Instance {
7562
7562
  */
7563
7563
  AddTag(this: CollectionService, instance: Instance, tag: string): void;
7564
7564
  AddTag(this: Instance, tag: string): void;
7565
- GetAllTags(this: CollectionService): unknown;
7565
+ GetAllTags(this: CollectionService): Array<string>;
7566
7566
  /**
7567
7567
  * GetInstanceAdded is given a tag (a string) and returns a signal which fires under two conditions:
7568
7568
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.779",
3
+ "version": "1.0.780",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },