BaiduMessage
import type { BaiduMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface BaiduMessage {
Action?: Action | null;
Body?: string | null;
Data?: {} | null;
[key: string]: string | null | undefined;
IconReference?: string | null;
ImageIconUrl?: string | null;
ImageUrl?: string | null;
RawContent?: string | null;
SilentPush?: boolean | null;
SmallImageIconUrl?: string | null;
Sound?: string | null;
Substitutions?: {} | null;
[key: string]: string[] | null | undefined;
TimeToLive?: number | null;
Title?: string | null;
Url?: string | null;
}