Hyperlinkv0.8.0-beta.28

Hyperlink

Hyperlink.Decodedtypesrc/Hyperlink.ts:1644
Decoded<S>

A schema's decoded value type (.Type), prettified{ to: string }, not the Schema.Struct.ReadonlySide<…> alias, and with the schema's readonly dropped. Use it to spell out a client-type override for the effect/effectFn two-stage forms without re-deriving the alias by hand.

models
Source src/Hyperlink.ts:16441 lines
export type Decoded<S extends Schema.Top> = PrettifyPayload<S["Type"]>;
Referenced by 2 symbols