···77import { isObj, hasProp } from "../../../../util";
88import { CID } from "multiformats/cid";
99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010-import type * as IoPocketenvActorDefs from "../actor/defs";
1010+import type * as IoPocketenvSandboxDefs from "./defs";
11111212export interface QueryParams {
1313 /** The sandbox ID or URI to retrieve */
···1515}
16161717export type InputSchema = undefined;
1818-export type OutputSchema = IoPocketenvActorDefs.ProfileViewDetailed;
1818+export type OutputSchema = IoPocketenvSandboxDefs.SandboxViewBasic;
1919export type HandlerInput = undefined;
20202121export interface HandlerSuccess {