@valon-technologies/gestalt
    Preparing search index...

    Interface ProviderContext

    ProviderContext identifies the provider process that received the request context from the host and is trusted to propagate it back to host services.

    interface ProviderContext {
        kind: string;
        name: string;
    }
    Index

    Properties

    Properties

    kind: string
    name: string