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

    Variable postCloneVolumeRequestSchemaConst

    postCloneVolumeRequestSchema: ZodObject<
        {
            body: ZodObject<{ label: ZodString }, $strip>;
            path: ZodObject<{ volumeId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...