mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Update ApiSubcribeMessage signature
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user