UNPKG

@dritelabs/accounts-protobuf

Version:

Accounts database module

11 lines (9 loc) 260 B
interface InvalidateTokenRequest { 'token'?: (string); 'tokenTypeHint'?: (string); } interface InvalidateTokenRequest__Output { 'token': (string); 'tokenTypeHint': (string); } export { InvalidateTokenRequest, InvalidateTokenRequest__Output };