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

TagProjectRequest

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

§Properties

§
id: string
[src]

The ID of the project you want to add a tag to.

§
tags: {
[key: string]: string | null | undefined;
}
[src]

The tags you want to add to the project.