Hi, I don’t know how to explain this well, but is there a way to do something like this?
type button = {
Name: string,
Boolean: Boolean,
Cool: Boolean,
}
type something = {
unpack(button), --this would add the Name, Boolean, and Cool
AddedThing: any,
AnotherThing: any
}