Skip to content

Commit fdca73c

Browse files
authored
Renaming GetGroupItemList to GetGroupSceneItemList (#294)
1 parent 159cd55 commit fdca73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ export interface OBSRequestTypes {
14351435
*/
14361436
sceneName: string;
14371437
};
1438-
GetGroupItemList: {
1438+
GetGroupSceneItemList: {
14391439
/**
14401440
* Name of the group to get the items of
14411441
*/
@@ -2288,7 +2288,7 @@ export interface OBSResponseTypes {
22882288
*/
22892289
sceneItems: JsonObject[];
22902290
};
2291-
GetGroupItemList: {
2291+
GetGroupSceneItemList: {
22922292
/**
22932293
* Array of scene items in the group
22942294
*/

0 commit comments

Comments
 (0)