Skip to content

@sora-soft/framework


@sora-soft/framework / ServiceBuilder

Type Alias: ServiceBuilder<T>

ts
type ServiceBuilder<T> = (options) => Service;

Defined in: packages/framework/src/interface/node.ts:16

Type Parameters

Type Parameter
T extends IServiceOptions

Parameters

ParameterType
optionsT

Returns

Service

基于 WTFPL 许可发布