interface ActivityTypeComment {
    content: string;
    id: number;
}

Properties

Properties

content: string
id: number