Takomo v7.4.3
    Preparing search index...

    Interface ParameterConfig

    interface ParameterConfig {
        confidential?: boolean;
        immutable: boolean;
        resolver: string;
        schema?: SchemaConfig;
        readonly [key: string]: unknown;
    }

    Indexable

    • readonly [key: string]: unknown
    Index

    Properties

    confidential?: boolean
    immutable: boolean
    resolver: string
    schema?: SchemaConfig