Interface GetTokenResponse

The CreateToken response expected from the execution of the object within BambuClient execute.

interface GetTokenResponse {
    error?: any;
    tokens: Token[];
}

Properties

Properties

error?: any

any error messages that were returned by the request.

tokens: Token[]

the message response from the request