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

Post

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

A regular posted comment.

interface Post {
subtype?:
| "SUBTYPE_UNSPECIFIED"
| "ADDED"
| "DELETED"
| "REPLY_ADDED"
| "REPLY_DELETED"
| "RESOLVED"
| "REOPENED";
}

§Properties

§
subtype?: "SUBTYPE_UNSPECIFIED" | "ADDED" | "DELETED" | "REPLY_ADDED" | "REPLY_DELETED" | "RESOLVED" | "REOPENED"
[src]

The sub-type of this event.