UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

5 lines (4 loc) 108 B
export type CreateRoyaltyTokenIfNotExistsClass = { percentage?: number; address?: string | null; };