UNPKG

@dritelabs/accounts-protobuf

Version:

Accounts database module

35 lines (33 loc) 802 B
interface Address { 'id'?: (string); 'userId'?: (string); 'city'?: (string); 'country'?: (string); 'isDefault'?: (boolean); 'line1'?: (string); 'line2'?: (string); 'mobile'?: (string); 'postalCode'?: (string); 'region'?: (string); 'telephone'?: (string); 'createdAt'?: (string); 'deletedAt'?: (string); 'updatedAt'?: (string); } interface Address__Output { 'id': (string); 'userId': (string); 'city': (string); 'country': (string); 'isDefault': (boolean); 'line1': (string); 'line2': (string); 'mobile': (string); 'postalCode': (string); 'region': (string); 'telephone': (string); 'createdAt': (string); 'deletedAt': (string); 'updatedAt': (string); } export { Address, Address__Output };