Type alias RootSchemaData<S>

RootSchemaData<S>: SchemaData<S, S["definitions"] extends Readonly<Record<string, SomeSchema>>
    ? S["definitions"]
    : {}>

the datatype compiled by some root schema

Type Parameters