UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

7 lines (6 loc) 152 B
export type GetAllUploadedFilesResultClass = { ipfsHash?: string | null; name?: string | null; fileSize?: number; uploaded?: string; };