NotificationPayload

export interface NotificationPayload {
  Version: string;
  Interface: string;
  Action: string;
  Code: string;
  Parameters: Array<string>;
}

{
  "Version": "String",
  "Interface": "String",
  "Action": "String",
  "Code": "String",
  "Parameters": "Array<String>"
}
Last Updated:
Contributors: Elliott Cooper, Matthew Satti