mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
|
|
export class Search {
|
||
|
|
subject: string;
|
||
|
|
date: string;
|
||
|
|
sender: string;
|
||
|
|
organicEntity: string;
|
||
|
|
docTypeId: string;
|
||
|
|
}
|