Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/comment.dto.ts
Comment DTO with populated user relation
Properties
| Property | Type |
|---|---|
user | `Pick<User, 'id' |
replies | CommentWithUser[] |
Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/comment.dto.ts
Comment DTO with populated user relation
| Property | Type |
|---|---|
user | `Pick<User, 'id' |
replies | CommentWithUser[] |
Was this page helpful?