Represents the response to a getActivePublishTokenId or getAllActivePublishTokenId request.

interface ActivePublishTokenResponse {
    tokenIds: number[];
}

Properties

Properties

tokenIds: number[]

List of active publish tokens IDs.