UNPKG

btcpay-greenfield-node-client

Version:
7 lines (6 loc) 184 B
export declare type UpdateNotification = { /** * Sets the notification as seen/unseen. If left null, sets it to the opposite value */ seen?: boolean | null; };