UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

7 lines (6 loc) 232 B
import type { DeleteAllNftsDetail } from './DeleteAllNftsDetail'; export type DeleteAllNftsResultClass = { successfullyDeleted?: number; readonly notDeleted?: number; errorDetails?: Array<DeleteAllNftsDetail> | null; };