ObjectBoolean

export interface ObjectBoolean {
  Version: string;
  Id: string;
  Value: boolean;
}

{
  "Version": "String",
  "Id": "String",
  "Value": "Boolean"
}
Last Updated:
Contributors: Matthew Satti