UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

5 lines (4 loc) 247 B
/** * The Order options for the project list */ export type ProjectSortOptions = 'created' | 'created_desc' | 'name' | 'name_desc' | 'freetokens' | 'freetokens_desc' | 'soldtokens' | 'soldtokens_desc' | 'reservedtokens' | 'reservedtokens_desc';