mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
|
|
export class Publication{
|
||
|
|
publicationId:string;
|
||
|
|
processId:string;
|
||
|
|
title: string;
|
||
|
|
description: string;
|
||
|
|
imageUrl:string;
|
||
|
|
date: Date;
|
||
|
|
}
|