mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Update ApiSubcribeMessage signature
This commit is contained in:
@@ -33,9 +33,9 @@ local ApiInstanceUpdate = t.interface({
|
|||||||
})
|
})
|
||||||
|
|
||||||
local ApiSubscribeMessage = t.interface({
|
local ApiSubscribeMessage = t.interface({
|
||||||
removedInstances = t.array(RbxId),
|
removed = t.array(RbxId),
|
||||||
addedInstances = t.map(RbxId, ApiInstance),
|
added = t.map(RbxId, ApiInstance),
|
||||||
updatedInstances = t.array(ApiInstanceUpdate),
|
updated = t.array(ApiInstanceUpdate),
|
||||||
})
|
})
|
||||||
|
|
||||||
local ApiInfoResponse = t.interface({
|
local ApiInfoResponse = t.interface({
|
||||||
|
|||||||
Reference in New Issue
Block a user