UNPKG
kong-sdk
Version:
latest (0.0.1)
0.0.1
The open source Kong SDK built by VEED
github.com/veedstudio/kong-sdk
veedstudio/kong-sdk
kong-sdk
/
src
/
models
/
client_certificate.ts
4 lines
(3 loc)
•
53 B
text/typescript
View Raw
1
2
3
4
export
interface
ClientCertificate
{
id
:
string
; }