Type information of a model comment
Signature:
type ModelComment<T = any> = { id: number; renderData: any; extData?: T; createdAt: string; };