SW Combine SDK
Preparing search index...
types
NewsItem
Interface NewsItem
interface
NewsItem
{
category
?:
string
;
content
?:
string
;
timestamp
:
string
;
title
:
string
;
uid
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
category?
content?
timestamp
title
uid
Properties
Optional
category
category
?:
string
Optional
content
content
?:
string
timestamp
timestamp
:
string
title
title
:
string
uid
uid
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
category
content
timestamp
title
uid
SW Combine SDK
Loading...