Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RevertTransformationResponse

import type { RevertTransformationResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

The result of reverting a transformation in a workspace.

interface RevertTransformationResponse {
transformation?: Transformation;
}

§Properties

§
transformation?: Transformation
[src]

Transformation as it appears in the latest container version since the last workspace synchronization operation. If no transformation is present, that means the transformation was deleted in the latest container version.