Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 360 Bytes

Schema.md

File metadata and controls

19 lines (11 loc) · 360 Bytes

betterbeDocs


betterbe / Schema

Type Alias: Schema<TData>

Schema<TData>: { [P in keyof TData]-?: Value<TData[P]> }

Type Parameters

Type Parameter
TData

Defined in

src/types.ts:63