mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
plugin: Add Id and ParentId to ApiInstance type definitions
This commit is contained in:
@@ -15,6 +15,8 @@ local ApiInstanceMetadata = t.interface({
|
||||
})
|
||||
|
||||
local ApiInstance = t.interface({
|
||||
Id = RbxId,
|
||||
ParentId = t.optional(RbxId),
|
||||
Name = t.string,
|
||||
ClassName = t.string,
|
||||
Properties = t.map(t.string, ApiValue),
|
||||
|
||||
Reference in New Issue
Block a user