/* eslint-disable*/ export interface BooleanManagedProperty { Value?: boolean; ManagedPropertyLogicalName?: string; CanBeChanged?: boolean; }