/* eslint-disable*/ export interface ObjectValue { Value?: string; Type?: string; }