interface ActorRestData {
    itemUpdates: object[];
    options: ActorRestOptions;
    updateData: object;
}

Properties

itemUpdates: object[]

Updates applied to the actor's items

Options for resting

updateData: object

Updates applied to the actor