Type alias SharingNotification

SharingNotification: {
    createNotification: boolean;
    message?: string;
    sendMessage: SendNotification;
}

Type declaration

  • createNotification: boolean
  • Optional message?: string

    Defaults to "X shared something with you in app Y"

  • sendMessage: SendNotification