mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
9 lines
91 B
TypeScript
9 lines
91 B
TypeScript
export class TopSearch {
|
|
|
|
Documents: {
|
|
Text: string;
|
|
Hits: number;
|
|
}[] = [];
|
|
|
|
}
|