forked from rojo-rbx/rojo
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