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