class UserSettingsModel(ndb.Model):
uid: str = ndb.StringProperty()
# TODO- complete this model
# TODO - complete the necessary d_under functions
class AdminSettingsModel(ndb.Model):
uid: str = ndb.StringProperty()
# TODO- complete this model
# TODO - complete the necessary d_under functions
class ExchangeDataModel(ndb.Model):
https://github.com/freelancing-solutions/gcp-database-as-a-service-stock-markets/blob/fecbce07fa6eb271b59d35943d700a4b9767f88e/data_service/store/settings.py#L10
b0c83407c0bee6403b4e35a40576af94a42d6555