@akamai/openapi-ts
    Preparing search index...

    Variable postAddLinodeIpRequestSchemaConst

    postAddLinodeIpRequestSchema: ZodObject<
        {
            body: ZodObject<
                { public: ZodBoolean; type: ZodEnum<{ ipv4: "ipv4" }> },
                $strip,
            >;
            path: ZodObject<{ linodeId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...