Documentation
    Preparing search index...

    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)

    Index

    Properties

    Properties

    name: string
    type: "pwa" | "web-bundle" | "cli" | "native"
    version: string