UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

7 lines (6 loc) 163 B
export type NftFileV2 = { mimetype?: string | null; fileFromBase64?: string | null; fileFromsUrl?: string | null; fileFromIPFS?: string | null; };