iaremarkus_wol-reference-vi.../types.ts
2026-03-26 10:50:49 +02:00

5 lines
174 B
TypeScript

export interface ReferenceData {
type: 'reference';
ref: string; // the original query string
results: string[]; // HTML strings from each result
}