import { KVL } from "./KVL"; export interface ILDWebResource { hypermedia: {}; } export interface ILDResource { kvStores: KVL[]; webInResource: ILDWebResource; webOutResource: string; }