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

    Interface GrpcGestaltClient

    interface GrpcGestaltClient {
        app: AppClient;
        agent: AgentClient;
        workflow: WorkflowClient;
        identity: IdentityClient;
        authorization: AuthorizationClient;
        indexedDB: IndexedDBClient;
        externalCredentials: ExternalCredentialsClient;
        close(): Promise<void>;
    }
    Index

    Properties

    workflow: WorkflowClient
    identity: IdentityClient
    authorization: AuthorizationClient
    indexedDB: IndexedDBClient
    externalCredentials: ExternalCredentialsClient

    Methods

    • Returns Promise<void>