Skip to content

@vttforge/core / ResourceChildField

Type Alias: ResourceChildField

ResourceChildField = NumberFieldInstance<{ initial: number; integer: boolean; min: number; nullable: false; required: true; }>

What the children are, as InferSchema reads them: a number each.

MIT licensed.