@vnodes/graphql
    Preparing search index...

    Interface LandingPage

    interface LandingPage {
        html: string | (() => Promise<string>);
    }
    Index

    Properties

    Properties

    html: string | (() => Promise<string>)