Shape<T>Materialized service shape for tag T — Hyperlink.Shape<Test> ≡ Test["Service"].
models
Source src/Hyperlink.ts:23511 lines
export type type Shape<T extends TagIdentifier> =
T["Service"]
Materialized service shape for tag T — Hyperlink.Shape<Test> ≡ Test["Service"].
Shape<function (type parameter) T in type Shape<T extends TagIdentifier>T extends type TagIdentifier = {
readonly Service: unknown
}
A resource tag identifier —
Context.Service
tags carry Service and Spec.
TagIdentifier> = function (type parameter) T in type Shape<T extends TagIdentifier>T["Service"];