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

FcmOptions

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

Platform independent options for features provided by the FCM SDKs.

interface FcmOptions {
analyticsLabel?: string;
}

§Properties

§
analyticsLabel?: string
[src]

Label associated with the message's analytics data.