InteractivityState

export interface InteractivityState {
  Version: string,
  Value: boolean
}
{
  "Version": "String",
  "Value": "Boolean"
}
Last Updated:
Contributors: Elliott Cooper