UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 198 B
export type Wallets = { address?: string | null; adressType?: string | null; network?: string | null; walletName?: string | null; state?: string | null; created?: string; };