diff --git a/plugin/src/Types.lua b/plugin/src/Types.lua index ff7d7267..dac5f06c 100644 --- a/plugin/src/Types.lua +++ b/plugin/src/Types.lua @@ -33,9 +33,9 @@ local ApiInstanceUpdate = t.interface({ }) local ApiSubscribeMessage = t.interface({ - removedInstances = t.array(RbxId), - addedInstances = t.map(RbxId, ApiInstance), - updatedInstances = t.array(ApiInstanceUpdate), + removed = t.array(RbxId), + added = t.map(RbxId, ApiInstance), + updated = t.array(ApiInstanceUpdate), }) local ApiInfoResponse = t.interface({