@playlive/tiltify-search
Preparing search index...
CauseOrEventHit
Interface CauseOrEventHit
A single hit on the cause / fundraising-event indices.
interface
CauseOrEventHit
{
avatar
?:
{
alt
?:
string
|
null
;
src
:
string
}
|
null
;
cause_fact_public_id
?:
string
;
cause_public_id
?:
string
;
fundraising_event_public_id
?:
string
;
id
:
string
;
name
?:
string
;
public
?:
boolean
;
slug
?:
string
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
avatar?
cause_
fact_
public_
id?
cause_
public_
id?
fundraising_
event_
public_
id?
id
name?
public?
slug?
type?
Properties
Optional
avatar
avatar
?:
{
alt
?:
string
|
null
;
src
:
string
}
|
null
Optional
cause_
fact_
public_
id
cause_fact_public_id
?:
string
Optional
cause_
public_
id
cause_public_id
?:
string
Optional
fundraising_
event_
public_
id
fundraising_event_public_id
?:
string
id
id
:
string
Optional
name
name
?:
string
Optional
public
public
?:
boolean
Optional
slug
slug
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
cause_
fact_
public_
id
cause_
public_
id
fundraising_
event_
public_
id
id
name
public
slug
type
@playlive/tiltify-search
Loading...
A single hit on the cause / fundraising-event indices.