UNPKG
@dritelabs/accounts-protobuf
Version:
latest (0.0.4)
0.0.4
0.0.3
Accounts database module
driten.com
driten-project/accounts
@dritelabs/accounts-protobuf
/
dist
/
protobuf
/
token
/
InvalidateTokenResponse.d.ts
9 lines
(7 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
InvalidateTokenResponse
{
'token'
?: (
string
); }
interface
InvalidateTokenResponse
__Output {
'token'
: (
string
); }
export
{
InvalidateTokenResponse
,
InvalidateTokenResponse
__Output };