blob: 17d9cb41e9053b462372d24e41cb77d0f0a921b8 [file] [log] [blame]
import {NodeModelResponseInterface} from "./nodeModel";
export interface NcfProperties {
networkCollectionFunction: string;
networkCollectionDescription: string;
}
export interface NcfModelInterface extends NodeModelResponseInterface {
networkCollectionProperties: NcfProperties;
}