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

    Variable postIpv6RangeRequestSchemaConst

    postIpv6RangeRequestSchema: ZodObject<
        {
            body: ZodObject<
                {
                    linode_id: ZodOptional<ZodInt>;
                    prefix_length: ZodUnion<readonly [ZodLiteral<56>, ZodLiteral<64>]>;
                    route_target: ZodOptional<ZodIPv6>;
                },
                $strip,
            >;
            path: ZodOptional<ZodNever>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...