interface RawNotificationImageryRequestFulfilled {
    id: number;
    parameters: {
        buttonText: string;
        buttonURL: string;
        imageURL: string;
        linkText: string;
        linkURL: string;
        message: string;
        secondButtonURL: string;
        shortMessage: string;
        subject: string;
        title: string;
    };
    timestamp: number;
    type: "IMAGERY_REQUEST_FULFILLED";
}

Hierarchy (View Summary)

Properties

id: number
parameters: {
    buttonText: string;
    buttonURL: string;
    imageURL: string;
    linkText: string;
    linkURL: string;
    message: string;
    secondButtonURL: string;
    shortMessage: string;
    subject: string;
    title: string;
}
timestamp: number
type: "IMAGERY_REQUEST_FULFILLED"