import { Intangible } from "./Intangible";
/**
 * https://schema.org/StructuredValue
 */
export interface StructuredValue extends Intangible {
}
