UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 231 B
export type CreateSplits = { address?: string | null; readonly percentageInt?: number; percentage?: number; isActive?: boolean; optionalValidFromDate?: string | null; optionalValidToDate?: string | null; };