mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
export class Folder{
|
|
Nad:number;
|
|
Subject: string;
|
|
Message:string;
|
|
SourceSecFsId:string;
|
|
SouceType:string;
|
|
SourceId:string;
|
|
DeadlineType: string;
|
|
} |