import * as z from "zod/v3"; import * as components from "../components/index.js"; export type PostApiIndexV1DebugDatasourceUserRequest = { /** * The datasource to which the user belongs */ datasource: string; debugUserRequest: components.DebugUserRequest; }; /** @internal */ export type PostApiIndexV1DebugDatasourceUserRequest$Outbound = { datasource: string; DebugUserRequest: components.DebugUserRequest$Outbound; }; /** @internal */ export declare const PostApiIndexV1DebugDatasourceUserRequest$outboundSchema: z.ZodType; export declare function postApiIndexV1DebugDatasourceUserRequestToJSON(postApiIndexV1DebugDatasourceUserRequest: PostApiIndexV1DebugDatasourceUserRequest): string; //# sourceMappingURL=postapiindexv1debugdatasourceuser.d.ts.map