UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

15 lines (14 loc) 465 B
export type CreateNewProjectResultClass = { projectId?: number; metadata?: string | null; policyId?: string | null; policyScript?: string | null; policyExpiration?: string | null; uid?: string | null; metadataTemplateAptos?: string | null; metadataTemplateSolana?: string | null; enabledCoins?: string | null; solanaUpdateAuthority?: string | null; aptosCollectionAddress?: string | null; created?: string | null; };