Stone.js API
    Preparing search index...

    Options for the ConfigSourceManager.

    interface ConfigSourceManagerOptions {
        key?: string;
        transform?: ConfigTransform;
    }
    Index
    key?: string

    The blueprint key to nest the loaded config under (defaults to the root).

    transform?: ConfigTransform

    A per-leaf value transform applied after merging (e.g. kmsDecryptor()).