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