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