openpaul
    Preparing search index...

    Interface ModelConfig

    Model Configuration - Complete model setup for a sub-stage

    interface ModelConfig {
        description?: string;
        options?: ModelOptions;
        ref: ModelReference;
    }
    Index

    Properties

    description?: string
    options?: ModelOptions