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

UntagProjectRequest

import type { UntagProjectRequest } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface UntagProjectRequest {
id: string;
tags: string[];
}

§Properties

§
id: string
[src]

The ID of the project to remove tags from.

§
tags: string[]
[src]

The tags to remove from the project.