Documentation
    Preparing search index...

    Interface PWAContentInterface

    Specific content interface for PWA / Web application deliverables.

    interface PWAContentInterface {
        distPath?: string;
        entryComponent?: any;
        manifest?: Record<string, any>;
        name: string;
        theme?: Record<string, any>;
        type: "pwa";
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    distPath?: string
    entryComponent?: any
    manifest?: Record<string, any>
    name: string
    theme?: Record<string, any>
    type: "pwa"
    version: string