UNPKG

btcpay-greenfield-node-client

Version:
11 lines (9 loc) 239 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type UpdateNotification = { /** * Sets the notification as seen/unseen. If left null, sets it to the opposite value */ seen?: boolean | null; }