SearchResults
Defined in: domains/search.ts:18
Properties
Section titled “Properties”presentations
Section titled “presentations”presentations: { results: Presentation[]; total_count: number;};Defined in: domains/search.ts:19
results
Section titled “results”results: Presentation[];total_count
Section titled “total_count”total_count: number;customers
Section titled “customers”customers: { results: Customer[]; total_count: number;};Defined in: domains/search.ts:20
results
Section titled “results”results: Customer[];total_count
Section titled “total_count”total_count: number;contacts
Section titled “contacts”contacts: { results: UserContact[]; total_count: number;};Defined in: domains/search.ts:21
results
Section titled “results”results: UserContact[];total_count
Section titled “total_count”total_count: number;attendees
Section titled “attendees”attendees: { results: Attendee & { event_name: string; }[]; total_count: number;};Defined in: domains/search.ts:22
results
Section titled “results”results: Attendee & { event_name: string;}[];total_count
Section titled “total_count”total_count: number;business_cards
Section titled “business_cards”business_cards: { results: BusinessCard[]; total_count: number;};Defined in: domains/search.ts:23
results
Section titled “results”results: BusinessCard[];total_count
Section titled “total_count”total_count: number;