UNPKG

@dritelabs/accounts-protobuf

Version:

Accounts database module

13 lines (11 loc) 287 B
interface CreateClientRequest { 'description'?: (string); 'name'?: (string); 'type'?: (string); } interface CreateClientRequest__Output { 'description': (string); 'name': (string); 'type': (string); } export { CreateClientRequest, CreateClientRequest__Output };