@salesforce/core
    Preparing search index...

    Type Alias SandboxRequestCacheEntry

    type SandboxRequestCacheEntry = {
        action: "Create" | "Refresh";
        alias?: string;
        prodOrgUsername: string;
        sandboxProcessObject: Partial<SandboxProcessObject>;
        sandboxRequest: Partial<SandboxRequest>;
        setDefault?: boolean;
        tracksSource?: boolean;
    }
    Index
    action: "Create" | "Refresh"
    alias?: string
    prodOrgUsername: string
    sandboxProcessObject: Partial<SandboxProcessObject>
    sandboxRequest: Partial<SandboxRequest>
    setDefault?: boolean
    tracksSource?: boolean