DataType
export type DataType = Named & Type & {
asDataType: DataType
fieldNames: string[]
ready: boolean
toSchema(parents: Set<string>): TypeSchema
}
export type DataType = Named & Type & {
asDataType: DataType
fieldNames: string[]
ready: boolean
toSchema(parents: Set<string>): TypeSchema
}