Interface ToOutputModelArg

interface ToOutputModelArg {
    dependencies: string[];
    inputModel: InputMetaModel;
    model: ConstrainedMetaModel;
    modelName: string;
    result: string;
}

Properties

dependencies: string[]
inputModel: InputMetaModel
modelName: string
result: string