import * as z from "zod/v3"; export type GetWorkspaceDocumentRequest = { /** * The ID of the account */ accountId: string; /** * The ID of the workspace */ workspaceId: string; /** * The ID of the document */ documentId: string; }; /** @internal */ export type GetWorkspaceDocumentRequest$Outbound = { accountId: string; workspaceId: string; documentId: string; }; /** @internal */ export declare const GetWorkspaceDocumentRequest$outboundSchema: z.ZodType; export declare function getWorkspaceDocumentRequestToJSON(getWorkspaceDocumentRequest: GetWorkspaceDocumentRequest): string; //# sourceMappingURL=getworkspacedocument.d.ts.map