UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

11 lines (10 loc) 287 B
export type GetSplits = { address?: string | null; readonly percentageInt?: number; percentage?: number; isActive?: boolean; optionalValidFromDate?: string | null; optionalValidToDate?: string | null; created?: string; isMainReceiver?: boolean | null; };