import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { AuthorizeResponseOrganization } from "../components/authorizeresponseorganization.js"; import { AuthorizeResponseUser } from "../components/authorizeresponseuser.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; /** * Successful Response */ export type Oauth2AuthorizeResponseOauth2Authorize = AuthorizeResponseUser | AuthorizeResponseOrganization; /** @internal */ export declare const Oauth2AuthorizeResponseOauth2Authorize$inboundSchema: z.ZodMiniType; export declare function oauth2AuthorizeResponseOauth2AuthorizeFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=oauth2authorize.d.ts.map