Type Alias ICommentOptions

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

Type declaration

  • Optional Readonlyauthor?: string
  • Readonlychildren: readonly FileChild[]
  • Optional Readonlydate?: Date
  • Readonlyid: number
  • Optional Readonlyinitials?: string
MMNEPVFCICPMFPCPTTAAATR