Type alias CreateTokenResponseType

CreateTokenResponseType: {
    token: string;
}

Type declaration

  • token: string