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

    Variable postResizeVolumeRequestSchemaConst

    postResizeVolumeRequestSchema: ZodObject<
        {
            body: ZodObject<{ size: ZodInt }, $strip>;
            path: ZodObject<{ volumeId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...