@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias WindowsSandboxSetupCompletedNotification

    type WindowsSandboxSetupCompletedNotification = {
        error: string | null;
        mode: WindowsSandboxSetupMode;
        success: boolean;
    }
    Index

    Properties

    Properties

    error: string | null
    success: boolean