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

    Variable getObjectStorageClusterRequestSchemaConst

    getObjectStorageClusterRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodNever>;
            path: ZodObject<{ clusterId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...