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

Notifications

import type { Notifications } from "https://googleapis.deno.dev/v1/storage:v1.ts";

A list of notification subscriptions.

interface Notifications {
items?: Notification[];
kind?: string;
}

§Properties

§

The list of items.

§
kind?: string
[src]

The kind of item this is. For lists of notifications, this is always storage#notifications.