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