跳转到内容

@freenotes/web-runtime


@freenotes/web-runtime / HttpApiFromDefinition

Type Alias: HttpApiFromDefinition<TDefinition>

HttpApiFromDefinition<TDefinition> = { [TKey in keyof TDefinition]: TDefinition[TKey] extends HttpEndpointDefinition ? HttpEndpointInvoker<TDefinition[TKey]> : TDefinition[TKey] extends HttpApiDefinitionTree ? HttpApiFromDefinition<TDefinition[TKey]> : never }

Defined in: src/http/types.ts:352

Type Parameters

TDefinition

TDefinition extends HttpApiDefinitionTree

让基础能力保持简单,让业务开发更加专注。