Type alias RelationDataTableCommentColumn

RelationDataTableCommentColumn: RelationDataTableColumnBase & {
    source: "comments";
    title: string;
}

Type declaration

  • source: "comments"
  • title: string

Generated using TypeDoc