Stone.js API
    Preparing search index...

    Blueprint interface for the GCP Cloud Functions Adapter.

    This interface extends StoneBlueprint and defines the structure of the GCP Cloud Functions adapter blueprint used in the Stone.js framework. It includes a stone object with an array of GcpCloudFunctionsAdapterConfig items.

    interface GcpCloudFunctionsAdapterBlueprint {
        stone: Partial<AppConfig<U, V>>;
        [key: string]: unknown;
    }

    Hierarchy

    • StoneBlueprint
      • GcpCloudFunctionsAdapterBlueprint

    Indexable

    • [key: string]: unknown

      Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.

    Index
    stone: Partial<AppConfig<U, V>>

    Application-level settings, including environment, middleware, logging, and service registration.