EnumPayload

export interface EnumPayload {
  Version: string,
  Value: number
}
{
  "Version": "String",
  "Value": "Int32"
}
Last Updated:
Contributors: Elliott Cooper