Documentation
Preparing search index...
@quatrain/app
AppContentInterface
Interface AppContentInterface
Base interface representing any application content payload to be delivered.
interface
AppContentInterface
{
name
:
string
;
type
:
"pwa"
|
"web-bundle"
|
"cli"
|
"native"
;
version
:
string
;
}
Hierarchy (
View Summary
)
AppContentInterface
PWAContentInterface
Index
Properties
name
type
version
Properties
name
name
:
string
type
type
:
"pwa"
|
"web-bundle"
|
"cli"
|
"native"
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
version
Documentation
Loading...
Base interface representing any application content payload to be delivered.