import { IPSJsonNode } from './ipsjson-node'; /** * * @export * @interface IPSJsonProperty */ export type IPSJsonProperty = IPSJsonNode;