TypedAppFactory
Defined in: src/client-manager.ts:712
Interface to identify a typed factory that can be used to create and deploy an application.
Type Parameters
Section titled “Type Parameters”TClient
Section titled “TClient”TClient
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TypedAppFactory(
params):TClient
Defined in: src/client-manager.ts:713
Parameters
Section titled “Parameters”params
Section titled “params”Omit<AppFactoryParams, "appSpec">
Returns
Section titled “Returns”TClient