UNPKG

@dritelabs/accounts-protobuf

Version:

Accounts database module

11 lines (9 loc) 252 B
interface ValidateTokenRequest { 'token'?: (string); 'tokenTypeHint'?: (string); } interface ValidateTokenRequest__Output { 'token': (string); 'tokenTypeHint': (string); } export { ValidateTokenRequest, ValidateTokenRequest__Output };