nmkr-studio-api
Version:
Typesafe API Client to work with the NMKR Studio V2 API
13 lines (12 loc) • 335 B
TypeScript
import type { GetSplits } from './GetSplits';
export type GetSplitAddressClass = {
comment?: string | null;
isActive?: boolean;
thresholdInAda?: number;
address?: string | null;
created?: string;
splits?: Array<GetSplits> | null;
lovelace?: number;
lastcheck?: string | null;
isActice?: boolean;
};