UNPKG

btcpay-greenfield-node-client

Version:
23 lines (22 loc) 472 B
export declare type NotificationData = { /** * The identifier of the notification */ id?: string; /** * The html body of the notifications */ body?: string; /** * The link of the notification */ link?: string | null; /** * The creation time of the notification */ createdTime?: number; /** * If the notification has been seen by the user */ seen?: boolean; };