import type { DeleteChild } from "./DeleteChild"; export interface Delete { author: string; date: string; children: Array; }