novx
    Preparing search index...

    Interface DeploymentRequest

    a DeploymentRequest covers the necessary information to compute a Deployment

    interface DeploymentRequest {
        application: string;
        client: ClientInfo;
    }
    Index

    Properties

    Properties

    application: string

    the application name

    client: ClientInfo

    the ClientInfo of the requesting browser