import { Entity } from '@lastolivegames/becsy'; export declare class Parent { /** * The backrefs field type lets you build 1-N relationships where the N is unbounded. */ children: Entity[]; }