interface NodeParameters { readonly id: string; readonly type_id: string; } export default NodeParameters;