Type Alias ChildObject

ChildObject: {
    fieldValues: Record<string, FieldValue>;
    id?: string;
    isNew?: boolean;
}