mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +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;
|
|
} |