Alokai

FactoryParams

interface FactoryParams<API extends PlatformApi = any> {
	api?: Partial<API>;
	provide?: (context: Context) => any;
}

Properties

NameRequiredTypeDescription
apiOptionalPartial<API>
provideOptional(context: Context) => any

Referenced Types

On this page