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
/
client
/
AuthenticateClientRequest.d.ts
9 lines
(7 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
AuthenticateClientRequest
{
'credential'
?: (
string
); }
interface
AuthenticateClientRequest
__Output {
'credential'
: (
string
); }
export
{
AuthenticateClientRequest
,
AuthenticateClientRequest
__Output };