Interface ParameterConfig

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

Indexable

[key: string]: unknown

Properties

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

Generated using TypeDoc