Documentation
    Preparing search index...
    interface DriverDeployOutput {
        endpoint: string;
        namespace: string;
        runnerName: string;
        cleanup(): Promise<void>;
    }
    Index

    Properties

    endpoint: string
    namespace: string
    runnerName: string

    Methods