Type Alias ICommentOptions

ICommentOptions: {
    author?: string;
    children: readonly FileChild[];
    date?: Date;
    id: number;
    initials?: string;
}