UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

7 lines (6 loc) 251 B
import type { PaymentTransactionNotificationTypes } from './PaymentTransactionNotificationTypes'; export type NotificationsClassV2 = { notificationType?: PaymentTransactionNotificationTypes; address?: string | null; isActive?: boolean; };