@vercel/sdk
Version:
<p align="center"> <a href="https://vercel.com"> <img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96"> <h3 align="center">Vercel</h3> </a> <p align="center">Develop. Preview. Ship.</p> </p>
12 lines • 530 B
TypeScript
import * as z from "zod/v3";
export type GetSupportedTldsRequest = {
teamId?: string | undefined;
};
/** @internal */
export type GetSupportedTldsRequest$Outbound = {
teamId?: string | undefined;
};
/** @internal */
export declare const GetSupportedTldsRequest$outboundSchema: z.ZodType<GetSupportedTldsRequest$Outbound, z.ZodTypeDef, GetSupportedTldsRequest>;
export declare function getSupportedTldsRequestToJSON(getSupportedTldsRequest: GetSupportedTldsRequest): string;
//# sourceMappingURL=getsupportedtldsop.d.ts.map