UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

8 lines (7 loc) 280 B
import type { PaymentTransactionNotificationTypes } from './PaymentTransactionNotificationTypes'; export type GetNotificationsClass = { notificationType?: PaymentTransactionNotificationTypes; address?: string | null; isActive?: boolean; secret?: string | null; };