Interface

ProjectResponseData

ProjectResponseData

Properties:
Name Type Description
id id

unique ID of project

createdAt string

Created time of project

updatedAt string

Updated time of project

name string

Project name

companyName string

Name of the company for partners / third party

contactEmail string

Contact email to receive notifications regarding project

collectionLimitExpiresAt string

Expiration date for collection limit

collectionMonthlyLimit string

Maximum number of collections allowed to be created per month

collectionRemaining string

Remaining number of collections allowed to create

publicId string

unique public ID (UUID) to identify the project

starkKey string

stark key of the owner of the project

View Source types/ProjectTypes.ts, line 11